Html Css Color HEX #4B0884 Indigo

📋 copy color: '#4B0884'

red 75 ◦ green 8 ◦ blue 132

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

Shades of Indigo #4B0884

Tints of Indigo #4B0884

RGB

 RED value IS 75 (29.69% from 255) = 34.88%

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

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

R = 34.88%
G = 3.72%
B = 61.4%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4B0884 (or 0x4B0884) is known color: Indigo. HEX triplet: 4B, 08 and 84. RGB value is (75,8,132). Sum of RGB (Red+Green+Blue) = 75+8+132=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B0884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0884 is #B4F77B. Grayscale: #292929. Windows color (decimal): -11859836 or 8652875. OLE color: 8652875.

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

Color convert

RGB 75 8 132 -
CMYK 0.43 0.94 0 0.48
HSL 272.42º 0.89% 0.27% -
HSV(B) 272.42º 0.94% 0.52% -
XYZ 7.15 3.34 22.1 -
YUV 42.17 178.7 151.42 -
System Red Green Blue C M Y K H S L
Decimal 75 8 132 0.43 0.94 0 0.48 272.42 0.89 0.27
Hex 4B 8 84 2B 5E 0 30 110 59 1B
Octal 113 10 204 53 136 0 60 420 131 33
Binary 1001011 1000 10000100 101011 1011110 0 110000 100010000 1011001 11011

Color Harmonies of #4B0884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0884

Black with #4B0884

Text Example


Text Example

White with #4B0884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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