#39126E

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

Shades of Persian Indigo #39126E

Tints of Persian Indigo #39126E

Color information

#39126E (or 0x39126E) is unknown color: approx Persian Indigo. HEX triplet: 39, 12 and 6E. RGB value is (57,18,110). Sum of RGB (Red+Green+Blue) = 57+18+110=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #39126E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39126E is #C6ED91. Grayscale: #272727. Windows color (decimal): -13036946 or 7213625. OLE color: 7213625.

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

Color convert

RGB5718110-
CMYK0.480.8400.57
HSL265.43º71.88%25.1%-
HSV(B)265.43º83.64%43.14%-
XYZ4.722.4314.97-
YUV40.15167.42140.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 110 (43.36% from 255) = 59.46%
R=30.81%
G=9.73%
B=59.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57181100.480.8400.57265.4371.8825.1
Hex39126E30540391094819
Octal71221566012407141111031
Binary11100110010110111011000010101000111001100001001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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