Html Css Color HEX #4C0892 Indigo

📋 copy color: '#4C0892'

red 76 ◦ green 8 ◦ blue 146

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

Shades of Indigo #4C0892

Tints of Indigo #4C0892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.48%

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

R = 33.04%
G = 3.48%
B = 63.48%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4C0892 (or 0x4C0892) is known color: Indigo. HEX triplet: 4C, 08 and 92. RGB value is (76,8,146). Sum of RGB (Red+Green+Blue) = 76+8+146=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C0892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0892 is #B3F76D. Grayscale: #2B2B2B. Windows color (decimal): -11794286 or 9570380. OLE color: 9570380.

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

Color convert

RGB 76 8 146 -
CMYK 0.48 0.95 0 0.43
HSL 269.57º 0.9% 0.3% -
HSV(B) 269.57º 0.95% 0.57% -
XYZ 8.26 3.79 27.49 -
YUV 44.06 185.53 150.78 -
System Red Green Blue C M Y K H S L
Decimal 76 8 146 0.48 0.95 0 0.43 269.57 0.9 0.3
Hex 4C 8 92 30 5F 0 2B 10E 5A 1E
Octal 114 10 222 60 137 0 53 416 132 36
Binary 1001100 1000 10010010 110000 1011111 0 101011 100001110 1011010 11110

Color Harmonies of #4C0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0892

Black with #4C0892

Text Example


Text Example

White with #4C0892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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