#39097A

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

Shades of Persian Indigo #39097A

Tints of Persian Indigo #39097A

Color information

#39097A (or 0x39097A) is unknown color: approx Persian Indigo. HEX triplet: 39, 09 and 7A. RGB value is (57,9,122). Sum of RGB (Red+Green+Blue) = 57+9+122=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 122 (48.05% from 255 or 64.89% from 188); Max value from RGB is 122 - color contains mainly: blue. Hex color #39097A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39097A is #C6F685. Grayscale: #232323. Windows color (decimal): -13039238 or 7997753. OLE color: 7997753.

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

Color convert

RGB579122-
CMYK0.530.9300.52
HSL265.49º86.26%25.69%-
HSV(B)265.49º92.62%47.84%-
XYZ5.32.4718.61-
YUV36.23176.4142.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 122 (48.05% from 255) = 64.89%
R=30.32%
G=4.79%
B=64.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5791220.530.9300.52265.4986.2625.69
Hex3997A355D034109561a
Octal71111726513506441112632
Binary1110011001111101011010110111010110100100001001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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