Html Css Color HEX #3C1199 Persian Indigo

📋 copy color: '#3C1199'

red 60 ◦ green 17 ◦ blue 153

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

Shades of Persian Indigo #3C1199

Tints of Persian Indigo #3C1199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.39%

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

R = 26.09%
G = 7.39%
B = 66.52%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3C1199 (or 0x3C1199) is known color: Persian Indigo. HEX triplet: 3C, 11 and 99. RGB value is (60,17,153). Sum of RGB (Red+Green+Blue) = 60+17+153=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C1199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1199 is #C3EE66. Grayscale: #2C2C2C. Windows color (decimal): -12840551 or 10031420. OLE color: 10031420.

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

Color convert

RGB 60 17 153 -
CMYK 0.61 0.89 0 0.4
HSL 258.97º 0.8% 0.33% -
HSV(B) 258.97º 0.89% 0.6% -
XYZ 7.81 3.66 30.43 -
YUV 45.36 188.75 138.44 -
System Red Green Blue C M Y K H S L
Decimal 60 17 153 0.61 0.89 0 0.4 258.97 0.8 0.33
Hex 3C 11 99 3D 59 0 28 103 50 21
Octal 74 21 231 75 131 0 50 403 120 41
Binary 111100 10001 10011001 111101 1011001 0 101000 100000011 1010000 100001

Color Harmonies of #3C1199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1199

Black with #3C1199

Text Example


Text Example

White with #3C1199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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