#3C0A93

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

Shades of Persian Indigo #3C0A93

Tints of Persian Indigo #3C0A93

Color information

#3C0A93 (or 0x3C0A93) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0A and 93. RGB value is (60,10,147). Sum of RGB (Red+Green+Blue) = 60+10+147=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C0A93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0A93 is #C3F56C. Grayscale: #282828. Windows color (decimal): -12842349 or 9636412. OLE color: 9636412.

HSL color Cylindrical-coordinate representation of color #3C0A93: hue angle of 261.9º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0A93 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6010147-
CMYK0.590.9300.42
HSL261.9º87.26%30.78%-
HSV(B)261.9º93.2%57.65%-
XYZ7.243.2827.86-
YUV40.57188.06141.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.65%
GREEN value IS 10 (4.30% from 255) = 4.61%
BLUE value IS 147 (57.81% from 255) = 67.74%
R=27.65%
G=4.61%
B=67.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60101470.590.9300.42261.987.2630.78
Hex3CA933B5D02A106571f
Octal74122237313505240612737
Binary11110010101001001111101110111010101010100000110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,10,147); }

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

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

 a { background-color: rgb(60,10,147); }

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

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

 span { border-color: rgb(60,10,147); }

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