Html Css Color HEX #4B00AD Indigo

📋 copy color: '#4B00AD'

red 75 ◦ green 0 ◦ blue 173

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

Shades of Indigo #4B00AD

Tints of Indigo #4B00AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 173 (67.97% from 255) = 69.76%

R = 30.24%
G = 0%
B = 69.76%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4B00AD (or 0x4B00AD) is known color: Indigo. HEX triplet: 4B, 00 and AD. RGB value is (75,0,173). Sum of RGB (Red+Green+Blue) = 75+0+173=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #4B00AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B00AD is #B4FF52. Grayscale: #292929. Windows color (decimal): -11861843 or 11337803. OLE color: 11337803.

HSL color Cylindrical-coordinate representation of color #4B00AD: hue angle of 266.01º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B00AD is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 75 0 173 -
CMYK 0.57 1 0 0.32
HSL 266.01º 1% 0.34% -
HSV(B) 266.01º 1% 0.68% -
XYZ 10.44 4.51 39.86 -
YUV 42.15 201.85 151.43 -
System Red Green Blue C M Y K H S L
Decimal 75 0 173 0.57 1 0 0.32 266.01 1 0.34
Hex 4B 0 AD 39 64 0 20 10A 64 22
Octal 113 0 255 71 144 0 40 412 144 42
Binary 1001011 0 10101101 111001 1100100 0 100000 100001010 1100100 100010

Color Harmonies of #4B00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B00AD

Black with #4B00AD

Text Example


Text Example

White with #4B00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,0,173); }

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

background-color css

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

 a { background-color: rgb(75,0,173); }

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

border-color css

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

 span { border-color: rgb(75,0,173); }

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