Html Css Color HEX #4B0AAB Indigo

📋 copy color: '#4B0AAB'

red 75 ◦ green 10 ◦ blue 171

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

Shades of Indigo #4B0AAB

Tints of Indigo #4B0AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 66.8%

R = 29.3%
G = 3.91%
B = 66.8%

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

#4B0AAB (or 0x4B0AAB) is known color: Indigo. HEX triplet: 4B, 0A and AB. RGB value is (75,10,171). Sum of RGB (Red+Green+Blue) = 75+10+171=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B0AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0AAB is #B4F554. Grayscale: #2F2F2F. Windows color (decimal): -11859285 or 11209291. OLE color: 11209291.

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

Color convert

RGB 75 10 171 -
CMYK 0.56 0.94 0 0.33
HSL 264.22º 0.89% 0.35% -
HSV(B) 264.22º 0.94% 0.67% -
XYZ 10.36 4.65 38.88 -
YUV 47.79 197.53 147.41 -
System Red Green Blue C M Y K H S L
Decimal 75 10 171 0.56 0.94 0 0.33 264.22 0.89 0.35
Hex 4B A AB 38 5E 0 21 108 59 23
Octal 113 12 253 70 136 0 41 410 131 43
Binary 1001011 1010 10101011 111000 1011110 0 100001 100001000 1011001 100011

Color Harmonies of #4B0AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0AAB

Black with #4B0AAB

Text Example


Text Example

White with #4B0AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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