#39097F

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

Shades of Persian Indigo #39097F

Tints of Persian Indigo #39097F

Color information

#39097F (or 0x39097F) is unknown color: approx Persian Indigo. HEX triplet: 39, 09 and 7F. RGB value is (57,9,127). Sum of RGB (Red+Green+Blue) = 57+9+127=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #39097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39097F is #C6F680. Grayscale: #242424. Windows color (decimal): -13039233 or 8325433. OLE color: 8325433.

HSL color Cylindrical-coordinate representation of color #39097F: hue angle of 264.41º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #39097F is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB579127-
CMYK0.550.9300.50
HSL264.41º86.76%26.67%-
HSV(B)264.41º92.91%49.8%-
XYZ5.622.620.28-
YUV36.8178.9142.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 127 (50% from 255) = 65.80%
R=29.53%
G=4.66%
B=65.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5791270.550.9300.50264.4186.7626.67
Hex3997F375D032108571b
Octal71111776713506241012733
Binary1110011001111111111011110111010110010100001000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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