Html Css Color HEX #3C0396 Indigo

📋 copy color: '#3C0396'

red 60 ◦ green 3 ◦ blue 150

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

Shades of Indigo #3C0396

Tints of Indigo #3C0396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

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

R = 28.17%
G = 1.41%
B = 70.42%

CMYK

 C value IS 0.6

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3C0396 (or 0x3C0396) is known color: Indigo. HEX triplet: 3C, 03 and 96. RGB value is (60,3,150). Sum of RGB (Red+Green+Blue) = 60+3+150=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 150 (58.98% from 255 or 70.42% from 213); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C0396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0396 is #C3FC69. Grayscale: #242424. Windows color (decimal): -12844138 or 9831228. OLE color: 9831228.

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

Color convert

RGB 60 3 150 -
CMYK 0.6 0.98 0 0.41
HSL 263.27º 0.96% 0.3% -
HSV(B) 263.27º 0.98% 0.59% -
XYZ 7.4 3.23 29.09 -
YUV 36.8 191.88 144.55 -
System Red Green Blue C M Y K H S L
Decimal 60 3 150 0.6 0.98 0 0.41 263.27 0.96 0.3
Hex 3C 3 96 3C 62 0 29 107 60 1E
Octal 74 3 226 74 142 0 51 407 140 36
Binary 111100 11 10010110 111100 1100010 0 101001 100000111 1100000 11110

Color Harmonies of #3C0396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0396

Black with #3C0396

Text Example


Text Example

White with #3C0396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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