Html Css Color HEX #3C0199 Indigo

📋 copy color: '#3C0199'

red 60 ◦ green 1 ◦ blue 153

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

Shades of Indigo #3C0199

Tints of Indigo #3C0199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 28.04%
G = 0.47%
B = 71.5%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3C0199 (or 0x3C0199) is known color: Indigo. HEX triplet: 3C, 01 and 99. RGB value is (60,1,153). Sum of RGB (Red+Green+Blue) = 60+1+153=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C0199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0199 is #C3FE66. Grayscale: #232323. Windows color (decimal): -12844647 or 10027324. OLE color: 10027324.

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

Color convert

RGB 60 1 153 -
CMYK 0.61 0.99 0 0.4
HSL 263.29º 0.99% 0.3% -
HSV(B) 263.29º 0.99% 0.6% -
XYZ 7.62 3.28 30.37 -
YUV 35.97 194.05 145.14 -
System Red Green Blue C M Y K H S L
Decimal 60 1 153 0.61 0.99 0 0.4 263.29 0.99 0.3
Hex 3C 1 99 3D 63 0 28 107 63 1E
Octal 74 1 231 75 143 0 50 407 143 36
Binary 111100 1 10011001 111101 1100011 0 101000 100000111 1100011 11110

Color Harmonies of #3C0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0199

Black with #3C0199

Text Example


Text Example

White with #3C0199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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