Html Css Color HEX #4500AB Indigo

📋 copy color: '#4500AB'

red 69 ◦ green 0 ◦ blue 171

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

Shades of Indigo #4500AB

Tints of Indigo #4500AB

RGB

 RED value IS 69 (27.34% from 255) = 28.75%

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

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

R = 28.75%
G = 0%
B = 71.25%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4500AB (or 0x4500AB) is known color: Indigo. HEX triplet: 45, 00 and AB. RGB value is (69,0,171). Sum of RGB (Red+Green+Blue) = 69+0+171=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #4500AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4500AB is #BAFF54. Grayscale: #272727. Windows color (decimal): -12255061 or 11206725. OLE color: 11206725.

HSL color Cylindrical-coordinate representation of color #4500AB: hue angle of 264.21º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4500AB is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 0 171 -
CMYK 0.60 1 0 0.33
HSL 264.21º 1% 0.34% -
HSV(B) 264.21º 1% 0.67% -
XYZ 9.8 4.21 38.82 -
YUV 40.13 201.86 148.6 -
System Red Green Blue C M Y K H S L
Decimal 69 0 171 0.60 1 0 0.33 264.21 1 0.34
Hex 45 0 AB 3C 64 0 21 108 64 22
Octal 105 0 253 74 144 0 41 410 144 42
Binary 1000101 0 10101011 111100 1100100 0 100001 100001000 1100100 100010

Color Harmonies of #4500AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4500AB

Black with #4500AB

Text Example


Text Example

White with #4500AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4500AB; }

 p { color: rgb(69,0,171); }

 H1.HeaderClassName
 {
   color: #4500AB;
 }
 .AnyTagClassName
 {
   color: #4500AB;
 }
</style>

background-color css

<style>
 a { background-color: #4500AB; }

 a { background-color: rgb(69,0,171); }

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

border-color css

<style>
 span { border-color: #4500AB; }

 span { border-color: rgb(69,0,171); }

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