Html Css Color HEX #3C1599 Persian Indigo

📋 copy color: '#3C1599'

red 60 ◦ green 21 ◦ blue 153

#3C1599
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #3C1599

Tints of Persian Indigo #3C1599

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 value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3C1599 (or 0x3C1599) is known color: 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

RGB 60 21 153 -
CMYK 0.61 0.86 0 0.4
HSL 257.73º 0.76% 0.34% -
HSV(B) 257.73º 0.86% 0.6% -
XYZ 7.88 3.8 30.45 -
YUV 47.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 60 21 153 0.61 0.86 0 0.4 257.73 0.76 0.34
Hex 3C 15 99 3D 56 0 28 102 4C 22
Octal 74 25 231 75 126 0 50 402 114 42
Binary 111100 10101 10011001 111101 1010110 0 101000 100000010 1001100 100010

Color Harmonies of #3C1599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1599

Black with #3C1599

Text Example


Text Example

White with #3C1599

Text Example


Text Example

HTML Codes & Css Web 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>