#3C0991

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

Shades of Persian Indigo #3C0991

Tints of Persian Indigo #3C0991

Color information

#3C0991 (or 0x3C0991) is unknown color: approx Persian Indigo. HEX triplet: 3C, 09 and 91. RGB value is (60,9,145). Sum of RGB (Red+Green+Blue) = 60+9+145=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C0991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0991 is #C3F66E. Grayscale: #272727. Windows color (decimal): -12842607 or 9505084. OLE color: 9505084.

HSL color Cylindrical-coordinate representation of color #3C0991: hue angle of 262.5º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0991 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB609145-
CMYK0.590.9400.43
HSL262.5º88.31%30.2%-
HSV(B)262.5º93.79%56.86%-
XYZ7.073.227.03-
YUV39.75187.4142.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.04%
GREEN value IS 9 (3.91% from 255) = 4.21%
BLUE value IS 145 (57.03% from 255) = 67.76%
R=28.04%
G=4.21%
B=67.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6091450.590.9400.43262.588.3130.2
Hex3C9913B5E02B106581e
Octal74112217313605340613036
Binary11110010011001000111101110111100101011100000110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C0991; }

 p { color: rgb(60,9,145); }

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

<style>
 a { background-color: #3C0991; }

 a { background-color: rgb(60,9,145); }

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

<style>
 span { border-color: #3C0991; }

 span { border-color: rgb(60,9,145); }

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