Html Css Color HEX #4B0AAC Indigo

📋 copy color: '#4B0AAC'

red 75 ◦ green 10 ◦ blue 172

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

Shades of Indigo #4B0AAC

Tints of Indigo #4B0AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.89%

 BLUE value IS 172 (67.58% from 255) = 66.93%

R = 29.18%
G = 3.89%
B = 66.93%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B0AAC (or 0x4B0AAC) is known color: Indigo. HEX triplet: 4B, 0A and AC. RGB value is (75,10,172). Sum of RGB (Red+Green+Blue) = 75+10+172=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B0AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0AAC is #B4F553. Grayscale: #2F2F2F. Windows color (decimal): -11859284 or 11274827. OLE color: 11274827.

HSL color Cylindrical-coordinate representation of color #4B0AAC: hue angle of 264.07º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B0AAC is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 10 172 -
CMYK 0.56 0.94 0 0.33
HSL 264.07º 0.89% 0.36% -
HSV(B) 264.07º 0.94% 0.67% -
XYZ 10.46 4.69 39.38 -
YUV 47.9 198.03 147.33 -
System Red Green Blue C M Y K H S L
Decimal 75 10 172 0.56 0.94 0 0.33 264.07 0.89 0.36
Hex 4B A AC 38 5E 0 21 108 59 24
Octal 113 12 254 70 136 0 41 410 131 44
Binary 1001011 1010 10101100 111000 1011110 0 100001 100001000 1011001 100100

Color Harmonies of #4B0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0AAC

Black with #4B0AAC

Text Example


Text Example

White with #4B0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,10,172); }

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

background-color css

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

 a { background-color: rgb(75,10,172); }

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

border-color css

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

 span { border-color: rgb(75,10,172); }

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