#39099C

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

Shades of Persian Indigo #39099C

Tints of Persian Indigo #39099C

Color information

#39099C (or 0x39099C) is unknown color: approx Persian Indigo. HEX triplet: 39, 09 and 9C. RGB value is (57,9,156). Sum of RGB (Red+Green+Blue) = 57+9+156=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 156 (61.33% from 255 or 70.27% from 222); Max value from RGB is 156 - color contains mainly: blue. Hex color #39099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39099C is #C6F663. Grayscale: #272727. Windows color (decimal): -13039204 or 10225977. OLE color: 10225977.

HSL color Cylindrical-coordinate representation of color #39099C: hue angle of 259.59º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #39099C is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB579156-
CMYK0.630.9400.39
HSL259.59º89.09%32.35%-
HSV(B)259.59º94.23%61.18%-
XYZ7.793.4731.71-
YUV40.11193.4140.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 156 (61.33% from 255) = 70.27%
R=25.68%
G=4.05%
B=70.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5791560.630.9400.39259.5989.0932.35
Hex3999C3F5E0271045920
Octal71112347713604740413140
Binary111001100110011100111111101111001001111000001001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39099C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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