Html Css Color HEX #4C0191 Indigo

📋 copy color: '#4C0191'

red 76 ◦ green 1 ◦ blue 145

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

Shades of Indigo #4C0191

Tints of Indigo #4C0191

RGB

 RED value IS 76 (30.08% from 255) = 34.23%

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

 BLUE value IS 145 (57.03% from 255) = 65.32%

R = 34.23%
G = 0.45%
B = 65.32%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4C0191 (or 0x4C0191) is known color: Indigo. HEX triplet: 4C, 01 and 91. RGB value is (76,1,145). Sum of RGB (Red+Green+Blue) = 76+1+145=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 145 (57.03% from 255 or 65.32% from 222); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C0191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0191 is #B3FE6E. Grayscale: #272727. Windows color (decimal): -11796079 or 9503052. OLE color: 9503052.

HSL color Cylindrical-coordinate representation of color #4C0191: hue angle of 271.25º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C0191 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 1 145 -
CMYK 0.48 0.99 0 0.43
HSL 271.25º 0.99% 0.29% -
HSV(B) 271.25º 0.99% 0.57% -
XYZ 8.1 3.6 27.06 -
YUV 39.84 187.35 153.79 -
System Red Green Blue C M Y K H S L
Decimal 76 1 145 0.48 0.99 0 0.43 271.25 0.99 0.29
Hex 4C 1 91 30 63 0 2B 10F 63 1D
Octal 114 1 221 60 143 0 53 417 143 35
Binary 1001100 1 10010001 110000 1100011 0 101011 100001111 1100011 11101

Color Harmonies of #4C0191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0191

Black with #4C0191

Text Example


Text Example

White with #4C0191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C0191; }

 p { color: rgb(76,1,145); }

 H1.HeaderClassName
 {
   color: #4C0191;
 }
 .AnyTagClassName
 {
   color: #4C0191;
 }
</style>

background-color css

<style>
 a { background-color: #4C0191; }

 a { background-color: rgb(76,1,145); }

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

border-color css

<style>
 span { border-color: #4C0191; }

 span { border-color: rgb(76,1,145); }

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