#39168B

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

Shades of Persian Indigo #39168B

Tints of Persian Indigo #39168B

Color information

#39168B (or 0x39168B) is unknown color: approx Persian Indigo. HEX triplet: 39, 16 and 8B. RGB value is (57,22,139). Sum of RGB (Red+Green+Blue) = 57+22+139=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #39168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39168B is #C6E974. Grayscale: #2D2D2D. Windows color (decimal): -13035893 or 9115193. OLE color: 9115193.

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

Color convert

RGB5722139-
CMYK0.590.8400.45
HSL257.95º72.67%31.57%-
HSV(B)257.95º84.17%54.51%-
XYZ6.633.3124.71-
YUV45.8180.6135.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 139 (54.69% from 255) = 63.76%
R=26.15%
G=10.09%
B=63.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57221390.590.8400.45257.9572.6731.57
Hex39168B3B5402D1024920
Octal71262137312405540211140
Binary1110011011010001011111011101010001011011000000101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39168B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39168B; }

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

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

<style>
 a { background-color: #39168B; }

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

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

<style>
 span { border-color: #39168B; }

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

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