#39167C

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

Shades of Persian Indigo #39167C

Tints of Persian Indigo #39167C

Color information

#39167C (or 0x39167C) is unknown color: approx Persian Indigo. HEX triplet: 39, 16 and 7C. RGB value is (57,22,124). Sum of RGB (Red+Green+Blue) = 57+22+124=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #39167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39167C is #C6E983. Grayscale: #2B2B2B. Windows color (decimal): -13035908 or 8132153. OLE color: 8132153.

HSL color Cylindrical-coordinate representation of color #39167C: hue angle of 260.59º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39167C is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5722124-
CMYK0.540.8200.51
HSL260.59º69.86%28.63%-
HSV(B)260.59º82.26%48.63%-
XYZ5.612.919.33-
YUV44.09173.1137.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 124 (48.83% from 255) = 61.08%
R=28.08%
G=10.84%
B=61.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57221240.540.8200.51260.5969.8628.63
Hex39167C3652033105461d
Octal71261746612206340510635
Binary11100110110111110011011010100100110011100000101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39167C; }

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

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

<style>
 a { background-color: #39167C; }

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

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

<style>
 span { border-color: #39167C; }

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

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