#3C0A94

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

Shades of Persian Indigo #3C0A94

Tints of Persian Indigo #3C0A94

Color information

#3C0A94 (or 0x3C0A94) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0A and 94. RGB value is (60,10,148). Sum of RGB (Red+Green+Blue) = 60+10+148=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C0A94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0A94 is #C3F56B. Grayscale: #282828. Windows color (decimal): -12842348 or 9701948. OLE color: 9701948.

HSL color Cylindrical-coordinate representation of color #3C0A94: hue angle of 261.74º 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 #3C0A94 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6010148-
CMYK0.590.9300.42
HSL261.74º87.34%30.98%-
HSV(B)261.74º93.24%58.04%-
XYZ7.323.3228.27-
YUV40.68188.56141.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.52%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 148 (58.20% from 255) = 67.89%
R=27.52%
G=4.59%
B=67.89%

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
Decimal60101480.590.9300.42261.7487.3430.98
Hex3CA943B5D02A106571f
Octal74122247313505240612737
Binary11110010101001010011101110111010101010100000110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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