Html Css Color HEX #4503AB Indigo

📋 copy color: '#4503AB'

red 69 ◦ green 3 ◦ blue 171

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

Shades of Indigo #4503AB

Tints of Indigo #4503AB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

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

R = 28.4%
G = 1.23%
B = 70.37%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4503AB (or 0x4503AB) is known color: Indigo. HEX triplet: 45, 03 and AB. RGB value is (69,3,171). Sum of RGB (Red+Green+Blue) = 69+3+171=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #4503AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4503AB is #BAFC54. Grayscale: #292929. Windows color (decimal): -12254293 or 11207493. OLE color: 11207493.

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

Color convert

RGB 69 3 171 -
CMYK 0.60 0.98 0 0.33
HSL 263.57º 0.97% 0.34% -
HSV(B) 263.57º 0.98% 0.67% -
XYZ 9.84 4.27 38.83 -
YUV 41.89 200.87 147.34 -
System Red Green Blue C M Y K H S L
Decimal 69 3 171 0.60 0.98 0 0.33 263.57 0.97 0.34
Hex 45 3 AB 3C 62 0 21 108 61 22
Octal 105 3 253 74 142 0 41 410 141 42
Binary 1000101 11 10101011 111100 1100010 0 100001 100001000 1100001 100010

Color Harmonies of #4503AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4503AB

Black with #4503AB

Text Example


Text Example

White with #4503AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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