#3C2190

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

Shades of Persian Indigo #3C2190

Tints of Persian Indigo #3C2190

Color information

#3C2190 (or 0x3C2190) is unknown color: approx Persian Indigo. HEX triplet: 3C, 21 and 90. RGB value is (60,33,144). Sum of RGB (Red+Green+Blue) = 60+33+144=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C2190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2190 is #C3DE6F. Grayscale: #353535. Windows color (decimal): -12836464 or 9445692. OLE color: 9445692.

HSL color Cylindrical-coordinate representation of color #3C2190: hue angle of 254.59º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C2190 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6033144-
CMYK0.580.7700.44
HSL254.59º62.71%34.71%-
HSV(B)254.59º77.08%56.47%-
XYZ7.444.0626.78-
YUV53.73178.95132.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.32%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 144 (56.64% from 255) = 60.76%
R=25.32%
G=13.92%
B=60.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60331440.580.7700.44254.5962.7134.71
Hex3C21903A4D02Cff3f23
Octal7441220721150543777743
Binary111100100001100100001110101001101010110011111111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,33,144); }

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

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

 a { background-color: rgb(60,33,144); }

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

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

 span { border-color: rgb(60,33,144); }

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