#39026C

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

Shades of Persian Indigo #39026C

Tints of Persian Indigo #39026C

Color information

#39026C (or 0x39026C) is unknown color: approx Persian Indigo. HEX triplet: 39, 02 and 6C. RGB value is (57,2,108). Sum of RGB (Red+Green+Blue) = 57+2+108=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #39026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39026C is #C6FD93. Grayscale: #1E1E1E. Windows color (decimal): -13041044 or 7078457. OLE color: 7078457.

HSL color Cylindrical-coordinate representation of color #39026C: hue angle of 271.13º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #39026C is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB572108-
CMYK0.470.9800.58
HSL271.13º96.36%21.57%-
HSV(B)271.13º98.15%42.35%-
XYZ4.42214.34-
YUV30.53171.72146.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.13%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 108 (42.58% from 255) = 64.67%
R=34.13%
G=1.20%
B=64.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5721080.470.9800.58271.1396.3621.57
Hex3926C2F6203A10f6016
Octal7121545714207241714026
Binary11100110110110010111111000100111010100001111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,2,108); }

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

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

 a { background-color: rgb(57,2,108); }

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

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

 span { border-color: rgb(57,2,108); }

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