#39047B

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

Shades of Persian Indigo #39047B

Tints of Persian Indigo #39047B

Color information

#39047B (or 0x39047B) is unknown color: approx Persian Indigo. HEX triplet: 39, 04 and 7B. RGB value is (57,4,123). Sum of RGB (Red+Green+Blue) = 57+4+123=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 123 (48.44% from 255 or 66.85% from 184); Max value from RGB is 123 - color contains mainly: blue. Hex color #39047B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39047B is #C6FB84. Grayscale: #202020. Windows color (decimal): -13040517 or 8062009. OLE color: 8062009.

HSL color Cylindrical-coordinate representation of color #39047B: hue angle of 266.72º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #39047B is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB574123-
CMYK0.540.9700.52
HSL266.72º93.7%24.9%-
HSV(B)266.72º96.75%48.24%-
XYZ5.312.3918.92-
YUV33.41178.56144.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.98%
GREEN value IS 4 (1.95% from 255) = 2.17%
BLUE value IS 123 (48.44% from 255) = 66.85%
R=30.98%
G=2.17%
B=66.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5741230.540.9700.52266.7293.724.9
Hex3947B366103410b5e19
Octal7141736614106441313631
Binary111001100111101111011011000010110100100001011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,4,123); }

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

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

 a { background-color: rgb(57,4,123); }

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

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

 span { border-color: rgb(57,4,123); }

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