#3C1699

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

Shades of Persian Indigo #3C1699

Tints of Persian Indigo #3C1699

Color information

#3C1699 (or 0x3C1699) is unknown color: approx Persian Indigo. HEX triplet: 3C, 16 and 99. RGB value is (60,22,153). Sum of RGB (Red+Green+Blue) = 60+22+153=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C1699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1699 is #C3E966. Grayscale: #2F2F2F. Windows color (decimal): -12839271 or 10032700. OLE color: 10032700.

HSL color Cylindrical-coordinate representation of color #3C1699: hue angle of 257.4º degrees, saturation: 0.75, 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 #3C1699 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6022153-
CMYK0.610.8600.4
HSL257.4º74.86%34.31%-
HSV(B)257.4º85.62%60%-
XYZ7.93.8330.46-
YUV48.3187.09136.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.53%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 153 (60.16% from 255) = 65.11%
R=25.53%
G=9.36%
B=65.11%

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
Decimal60221530.610.8600.4257.474.8634.31
Hex3C16993D560281014b22
Octal74262317512605040111342
Binary1111001011010011001111101101011001010001000000011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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