#3C16A0

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

Shades of Persian Indigo #3C16A0

Tints of Persian Indigo #3C16A0

Color information

#3C16A0 (or 0x3C16A0) is unknown color: approx Persian Indigo. HEX triplet: 3C, 16 and A0. RGB value is (60,22,160). Sum of RGB (Red+Green+Blue) = 60+22+160=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 160 (62.89% from 255 or 66.12% from 242); Max value from RGB is 160 - color contains mainly: blue. Hex color #3C16A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C16A0 is #C3E95F. Grayscale: #303030. Windows color (decimal): -12839264 or 10491452. OLE color: 10491452.

HSL color Cylindrical-coordinate representation of color #3C16A0: hue angle of 256.52º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C16A0 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6022160-
CMYK0.620.8600.37
HSL256.52º75.82%35.69%-
HSV(B)256.52º86.25%62.75%-
XYZ8.54.0733.6-
YUV49.09190.59135.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.79%
GREEN value IS 22 (8.98% from 255) = 9.09%
BLUE value IS 160 (62.89% from 255) = 66.12%
R=24.79%
G=9.09%
B=66.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal60221600.620.8600.37256.5275.8235.69
Hex3C16A03E560251014c24
Octal74262407612604540111444
Binary1111001011010100000111110101011001001011000000011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C16A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,22,160); }

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

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

 a { background-color: rgb(60,22,160); }

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

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

 span { border-color: rgb(60,22,160); }

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