Html Css Color HEX #4B05AB Indigo

📋 copy color: '#4B05AB'

red 75 ◦ green 5 ◦ blue 171

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

Shades of Indigo #4B05AB

Tints of Indigo #4B05AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.99%

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

R = 29.88%
G = 1.99%
B = 68.13%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B05AB (or 0x4B05AB) is known color: Indigo. HEX triplet: 4B, 05 and AB. RGB value is (75,5,171). Sum of RGB (Red+Green+Blue) = 75+5+171=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B05AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B05AB is #B4FA54. Grayscale: #2C2C2C. Windows color (decimal): -11860565 or 11208011. OLE color: 11208011.

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

Color convert

RGB 75 5 171 -
CMYK 0.56 0.97 0 0.33
HSL 265.3º 0.94% 0.35% -
HSV(B) 265.3º 0.97% 0.67% -
XYZ 10.31 4.54 38.86 -
YUV 44.85 199.19 149.5 -
System Red Green Blue C M Y K H S L
Decimal 75 5 171 0.56 0.97 0 0.33 265.3 0.94 0.35
Hex 4B 5 AB 38 61 0 21 109 5E 23
Octal 113 5 253 70 141 0 41 411 136 43
Binary 1001011 101 10101011 111000 1100001 0 100001 100001001 1011110 100011

Color Harmonies of #4B05AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B05AB

Black with #4B05AB

Text Example


Text Example

White with #4B05AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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