Html Css Color HEX #4C0198 Indigo

📋 copy color: '#4C0198'

red 76 ◦ green 1 ◦ blue 152

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

Shades of Indigo #4C0198

Tints of Indigo #4C0198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 66.38%

R = 33.19%
G = 0.44%
B = 66.38%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4C0198 (or 0x4C0198) is known color: Indigo. HEX triplet: 4C, 01 and 98. RGB value is (76,1,152). Sum of RGB (Red+Green+Blue) = 76+1+152=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #4C0198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0198 is #B3FE67. Grayscale: #282828. Windows color (decimal): -11796072 or 9961804. OLE color: 9961804.

HSL color Cylindrical-coordinate representation of color #4C0198: hue angle of 269.8º 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 #4C0198 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 76 1 152 -
CMYK 0.50 0.99 0 0.40
HSL 269.8º 0.99% 0.3% -
HSV(B) 269.8º 0.99% 0.6% -
XYZ 8.66 3.83 29.99 -
YUV 40.64 190.85 153.22 -
System Red Green Blue C M Y K H S L
Decimal 76 1 152 0.50 0.99 0 0.40 269.8 0.99 0.3
Hex 4C 1 98 32 63 0 28 10E 63 1E
Octal 114 1 230 62 143 0 50 416 143 36
Binary 1001100 1 10011000 110010 1100011 0 101000 100001110 1100011 11110

Color Harmonies of #4C0198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0198

Black with #4C0198

Text Example


Text Example

White with #4C0198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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