#3C0AA2

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

Shades of Persian Indigo #3C0AA2

Tints of Persian Indigo #3C0AA2

Color information

#3C0AA2 (or 0x3C0AA2) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0A and A2. RGB value is (60,10,162). Sum of RGB (Red+Green+Blue) = 60+10+162=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 162 (63.67% from 255 or 69.83% from 232); Max value from RGB is 162 - color contains mainly: blue. Hex color #3C0AA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0AA2 is #C3F55D. Grayscale: #292929. Windows color (decimal): -12842334 or 10619452. OLE color: 10619452.

HSL color Cylindrical-coordinate representation of color #3C0AA2: hue angle of 259.74º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0AA2 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6010162-
CMYK0.630.9400.36
HSL259.74º88.37%33.73%-
HSV(B)259.74º93.83%63.53%-
XYZ8.493.7934.47-
YUV42.28195.56140.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.86%
GREEN value IS 10 (4.30% from 255) = 4.31%
BLUE value IS 162 (63.67% from 255) = 69.83%
R=25.86%
G=4.31%
B=69.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60101620.630.9400.36259.7488.3733.73
Hex3CAA23F5E0241045822
Octal74122427713604440413042
Binary111100101010100010111111101111001001001000001001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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