Html Css Color HEX #4A0884 Indigo

📋 copy color: '#4A0884'

red 74 ◦ green 8 ◦ blue 132

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

Shades of Indigo #4A0884

Tints of Indigo #4A0884

RGB

 RED value IS 74 (29.3% from 255) = 34.58%

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

 BLUE value IS 132 (51.95% from 255) = 61.68%

R = 34.58%
G = 3.74%
B = 61.68%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4A0884 (or 0x4A0884) is known color: Indigo. HEX triplet: 4A, 08 and 84. RGB value is (74,8,132). Sum of RGB (Red+Green+Blue) = 74+8+132=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A0884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0884 is #B5F77B. Grayscale: #292929. Windows color (decimal): -11925372 or 8652874. OLE color: 8652874.

HSL color Cylindrical-coordinate representation of color #4A0884: hue angle of 271.94º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0884 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 74 8 132 -
CMYK 0.44 0.94 0 0.48
HSL 271.94º 0.89% 0.27% -
HSV(B) 271.94º 0.94% 0.52% -
XYZ 7.08 3.3 22.09 -
YUV 41.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 74 8 132 0.44 0.94 0 0.48 271.94 0.89 0.27
Hex 4A 8 84 2C 5E 0 30 110 59 1B
Octal 112 10 204 54 136 0 60 420 131 33
Binary 1001010 1000 10000100 101100 1011110 0 110000 100010000 1011001 11011

Color Harmonies of #4A0884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0884

Black with #4A0884

Text Example


Text Example

White with #4A0884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,8,132); }

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

background-color css

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

 a { background-color: rgb(74,8,132); }

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

border-color css

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

 span { border-color: rgb(74,8,132); }

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