#39167D

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

Shades of Persian Indigo #39167D

Tints of Persian Indigo #39167D

Color information

#39167D (or 0x39167D) is unknown color: approx Persian Indigo. HEX triplet: 39, 16 and 7D. RGB value is (57,22,125). Sum of RGB (Red+Green+Blue) = 57+22+125=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #39167D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39167D is #C6E982. Grayscale: #2B2B2B. Windows color (decimal): -13035907 or 8197689. OLE color: 8197689.

HSL color Cylindrical-coordinate representation of color #39167D: hue angle of 260.39º 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 #39167D is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5722125-
CMYK0.540.8200.51
HSL260.39º70.07%28.82%-
HSV(B)260.39º82.4%49.02%-
XYZ5.682.9219.67-
YUV44.21173.6137.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 22 (8.98% from 255) = 10.78%
BLUE value IS 125 (49.22% from 255) = 61.27%
R=27.94%
G=10.78%
B=61.27%

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
Decimal57221250.540.8200.51260.3970.0728.82
Hex39167D3652033104461d
Octal71261756612206340410635
Binary11100110110111110111011010100100110011100000100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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