Html Css Color HEX #3C0196 Indigo

📋 copy color: '#3C0196'

red 60 ◦ green 1 ◦ blue 150

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

Shades of Indigo #3C0196

Tints of Indigo #3C0196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 71.09%

R = 28.44%
G = 0.47%
B = 71.09%

CMYK

 C value IS 0.6

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3C0196 (or 0x3C0196) is known color: Indigo. HEX triplet: 3C, 01 and 96. RGB value is (60,1,150). Sum of RGB (Red+Green+Blue) = 60+1+150=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 150 (58.98% from 255 or 71.09% from 211); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C0196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0196 is #C3FE69. Grayscale: #232323. Windows color (decimal): -12844650 or 9830716. OLE color: 9830716.

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

Color convert

RGB 60 1 150 -
CMYK 0.6 0.99 0 0.41
HSL 263.76º 0.99% 0.3% -
HSV(B) 263.76º 0.99% 0.59% -
XYZ 7.38 3.18 29.08 -
YUV 35.63 192.55 145.38 -
System Red Green Blue C M Y K H S L
Decimal 60 1 150 0.6 0.99 0 0.41 263.76 0.99 0.3
Hex 3C 1 96 3C 63 0 29 108 63 1E
Octal 74 1 226 74 143 0 51 410 143 36
Binary 111100 1 10010110 111100 1100011 0 101001 100001000 1100011 11110

Color Harmonies of #3C0196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0196

Black with #3C0196

Text Example


Text Example

White with #3C0196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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