#39126D

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

Shades of Persian Indigo #39126D

Tints of Persian Indigo #39126D

Color information

#39126D (or 0x39126D) is unknown color: approx Persian Indigo. HEX triplet: 39, 12 and 6D. RGB value is (57,18,109). Sum of RGB (Red+Green+Blue) = 57+18+109=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #39126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39126D is #C6ED92. Grayscale: #272727. Windows color (decimal): -13036947 or 7148089. OLE color: 7148089.

HSL color Cylindrical-coordinate representation of color #39126D: hue angle of 265.71º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #39126D is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5718109-
CMYK0.480.8300.57
HSL265.71º71.65%24.9%-
HSV(B)265.71º83.49%42.75%-
XYZ4.662.4114.69-
YUV40.03166.92140.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.98%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 109 (42.97% from 255) = 59.24%
R=30.98%
G=9.78%
B=59.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57181090.480.8300.57265.7171.6524.9
Hex39126D305303910a4819
Octal71221556012307141211031
Binary11100110010110110111000010100110111001100001010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,18,109); }

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

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

 a { background-color: rgb(57,18,109); }

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

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

 span { border-color: rgb(57,18,109); }

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