#39067A

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

Shades of Persian Indigo #39067A

Tints of Persian Indigo #39067A

Color information

#39067A (or 0x39067A) is unknown color: approx Persian Indigo. HEX triplet: 39, 06 and 7A. RGB value is (57,6,122). Sum of RGB (Red+Green+Blue) = 57+6+122=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #39067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39067A is #C6F985. Grayscale: #222222. Windows color (decimal): -13040006 or 7996985. OLE color: 7996985.

HSL color Cylindrical-coordinate representation of color #39067A: hue angle of 266.38º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #39067A is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB576122-
CMYK0.530.9500.52
HSL266.38º90.62%25.1%-
HSV(B)266.38º95.08%47.84%-
XYZ5.272.4118.6-
YUV34.47177.4144.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 6 (2.73% from 255) = 3.24%
BLUE value IS 122 (48.05% from 255) = 65.95%
R=30.81%
G=3.24%
B=65.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5761220.530.9500.52266.3890.6225.1
Hex3967A355F03410a5b19
Octal7161726513706441213331
Binary111001110111101011010110111110110100100001010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,6,122); }

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

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

 a { background-color: rgb(57,6,122); }

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

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

 span { border-color: rgb(57,6,122); }

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