#3C1599

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

Shades of Persian Indigo #3C1599

Tints of Persian Indigo #3C1599

Color information

#3C1599 (or 0x3C1599) is unknown color: approx Persian Indigo. HEX triplet: 3C, 15 and 99. RGB value is (60,21,153). Sum of RGB (Red+Green+Blue) = 60+21+153=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C1599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1599 is #C3EA66. Grayscale: #2F2F2F. Windows color (decimal): -12839527 or 10032444. OLE color: 10032444.

HSL color Cylindrical-coordinate representation of color #3C1599: hue angle of 257.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C1599 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6021153-
CMYK0.610.8600.4
HSL257.73º75.86%34.12%-
HSV(B)257.73º86.27%60%-
XYZ7.883.830.45-
YUV47.71187.42136.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.64%
GREEN value IS 21 (8.59% from 255) = 8.97%
BLUE value IS 153 (60.16% from 255) = 65.38%
R=25.64%
G=8.97%
B=65.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal60211530.610.8600.4257.7375.8634.12
Hex3C15993D560281024c22
Octal74252317512605040211442
Binary1111001010110011001111101101011001010001000000101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,21,153); }

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

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

 a { background-color: rgb(60,21,153); }

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

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

 span { border-color: rgb(60,21,153); }

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