Html Css Color HEX #4A0882 Indigo

📋 copy color: '#4A0882'

red 74 ◦ green 8 ◦ blue 130

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

Shades of Indigo #4A0882

Tints of Indigo #4A0882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 61.32%

R = 34.91%
G = 3.77%
B = 61.32%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4A0882 (or 0x4A0882) is known color: Indigo. HEX triplet: 4A, 08 and 82. RGB value is (74,8,130). Sum of RGB (Red+Green+Blue) = 74+8+130=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A0882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0882 is #B5F77D. Grayscale: #292929. Windows color (decimal): -11925374 or 8521802. OLE color: 8521802.

HSL color Cylindrical-coordinate representation of color #4A0882: hue angle of 272.46º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0882 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 74 8 130 -
CMYK 0.43 0.94 0 0.49
HSL 272.46º 0.88% 0.27% -
HSV(B) 272.46º 0.94% 0.51% -
XYZ 6.94 3.24 21.38 -
YUV 41.64 177.87 151.08 -
System Red Green Blue C M Y K H S L
Decimal 74 8 130 0.43 0.94 0 0.49 272.46 0.88 0.27
Hex 4A 8 82 2B 5E 0 31 110 58 1B
Octal 112 10 202 53 136 0 61 420 130 33
Binary 1001010 1000 10000010 101011 1011110 0 110001 100010000 1011000 11011

Color Harmonies of #4A0882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0882

Black with #4A0882

Text Example


Text Example

White with #4A0882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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