#39046A

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

Shades of Persian Indigo #39046A

Tints of Persian Indigo #39046A

Color information

#39046A (or 0x39046A) is unknown color: approx Persian Indigo. HEX triplet: 39, 04 and 6A. RGB value is (57,4,106). Sum of RGB (Red+Green+Blue) = 57+4+106=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 106 (41.80% from 255 or 63.47% from 167); Max value from RGB is 106 - color contains mainly: blue. Hex color #39046A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39046A is #C6FB95. Grayscale: #1F1F1F. Windows color (decimal): -13040534 or 6947897. OLE color: 6947897.

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

Color convert

RGB574106-
CMYK0.460.9600.58
HSL271.18º92.73%21.57%-
HSV(B)271.18º96.23%41.57%-
XYZ4.33213.79-
YUV31.48170.06146.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.13%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 106 (41.80% from 255) = 63.47%
R=34.13%
G=2.40%
B=63.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5741060.460.9600.58271.1892.7321.57
Hex3946A2E6003A10f5d16
Octal7141525614007241713526
Binary111001100110101010111011000000111010100001111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39046A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39046A; }

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

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

<style>
 a { background-color: #39046A; }

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

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

<style>
 span { border-color: #39046A; }

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

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