#39098b

Color #39098B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #39098B

Tints of Persian Indigo #39098B

Color information

#39098B (or 0x39098B) is unknown color: approx Persian Indigo. HEX triplet: 39, 09 and 8B. RGB value is (57,9,139). Sum of RGB (Red+Green+Blue) = 57+9+139=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #39098B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39098B is #C6F674. Grayscale: #252525. Windows color (decimal): -13039221 or 9111865. OLE color: 9111865.

HSL color Cylindrical-coordinate representation of color #39098B: hue angle of 262.15º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #39098B is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB579139-
CMYK0.590.9400.45
HSL262.15º87.84%29.02%-
HSV(B)262.15º93.53%54.51%-
XYZ6.452.9324.65-
YUV38.17184.9141.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 139 (54.69% from 255) = 67.80%
R=27.80%
G=4.39%
B=67.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5791390.590.9400.45262.1587.8429.02
Hex3998B3B5E02D106581d
Octal71112137313605540613035
Binary11100110011000101111101110111100101101100000110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39098b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39098b; }

 p { color: rgb(57,9,139); }

 H1.HeaderClassName
 {
   color: #39098b;
 }
 .AnyTagClassName
 {
   color: #39098b;
 }
</style>
background-color css

<style>
 a { background-color: #39098b; }

 a { background-color: rgb(57,9,139); }

 div.DivClassName
 {
   background-color: #39098b;
 }
 .BgClassName
 {
   background-color: #39098b;
 }
</style>
border-color css

<style>
 span { border-color: #39098b; }

 span { border-color: rgb(57,9,139); }

 td.TdClassName
 {
   border-color: #39098b;
 }
 .TagClassName
 {
   border-color: #39098b;
 }
</style>