Html Css Color HEX #4C0292 Indigo

📋 copy color: '#4C0292'

red 76 ◦ green 2 ◦ blue 146

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

Shades of Indigo #4C0292

Tints of Indigo #4C0292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

 BLUE value IS 146 (57.42% from 255) = 65.18%

R = 33.93%
G = 0.89%
B = 65.18%

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

#4C0292 (or 0x4C0292) is known color: Indigo. HEX triplet: 4C, 02 and 92. RGB value is (76,2,146). Sum of RGB (Red+Green+Blue) = 76+2+146=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C0292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0292 is #B3FD6D. Grayscale: #282828. Windows color (decimal): -11795822 or 9568844. OLE color: 9568844.

HSL color Cylindrical-coordinate representation of color #4C0292: hue angle of 270.83º degrees, saturation: 0.97, 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 #4C0292 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 2 146 -
CMYK 0.48 0.99 0 0.43
HSL 270.83º 0.97% 0.29% -
HSV(B) 270.83º 0.99% 0.57% -
XYZ 8.19 3.66 27.47 -
YUV 40.54 187.52 153.29 -
System Red Green Blue C M Y K H S L
Decimal 76 2 146 0.48 0.99 0 0.43 270.83 0.97 0.29
Hex 4C 2 92 30 63 0 2B 10F 61 1D
Octal 114 2 222 60 143 0 53 417 141 35
Binary 1001100 10 10010010 110000 1100011 0 101011 100001111 1100001 11101

Color Harmonies of #4C0292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0292

Black with #4C0292

Text Example


Text Example

White with #4C0292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,2,146); }

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

background-color css

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

 a { background-color: rgb(76,2,146); }

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

border-color css

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

 span { border-color: rgb(76,2,146); }

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