Html Css Color HEX #3C1399 Persian Indigo

📋 copy color: '#3C1399'

red 60 ◦ green 19 ◦ blue 153

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

Shades of Persian Indigo #3C1399

Tints of Persian Indigo #3C1399

RGB

 RED value IS 60 (23.83% from 255) = 25.86%

 GREEN value IS 19 (7.81% from 255) = 8.19%

 BLUE value IS 153 (60.16% from 255) = 65.95%

R = 25.86%
G = 8.19%
B = 65.95%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3C1399 (or 0x3C1399) is known color: Persian Indigo. HEX triplet: 3C, 13 and 99. RGB value is (60,19,153). Sum of RGB (Red+Green+Blue) = 60+19+153=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C1399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1399 is #C3EC66. Grayscale: #2E2E2E. Windows color (decimal): -12840039 or 10031932. OLE color: 10031932.

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

Color convert

RGB 60 19 153 -
CMYK 0.61 0.88 0 0.4
HSL 258.36º 0.78% 0.34% -
HSV(B) 258.36º 0.88% 0.6% -
XYZ 7.85 3.73 30.44 -
YUV 46.54 188.08 137.6 -
System Red Green Blue C M Y K H S L
Decimal 60 19 153 0.61 0.88 0 0.4 258.36 0.78 0.34
Hex 3C 13 99 3D 58 0 28 102 4E 22
Octal 74 23 231 75 130 0 50 402 116 42
Binary 111100 10011 10011001 111101 1011000 0 101000 100000010 1001110 100010

Color Harmonies of #3C1399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1399

Black with #3C1399

Text Example


Text Example

White with #3C1399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C1399;
 }
 .AnyTagClassName
 {
   color: #3C1399;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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