Html Css Color HEX #4509AB Indigo

📋 copy color: '#4509AB'

red 69 ◦ green 9 ◦ blue 171

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

Shades of Indigo #4509AB

Tints of Indigo #4509AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.61%

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

R = 27.71%
G = 3.61%
B = 68.67%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4509AB (or 0x4509AB) is known color: Indigo. HEX triplet: 45, 09 and AB. RGB value is (69,9,171). Sum of RGB (Red+Green+Blue) = 69+9+171=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #4509AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4509AB is #BAF654. Grayscale: #2C2C2C. Windows color (decimal): -12252757 or 11209029. OLE color: 11209029.

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

Color convert

RGB 69 9 171 -
CMYK 0.60 0.95 0 0.33
HSL 262.22º 0.9% 0.35% -
HSV(B) 262.22º 0.95% 0.67% -
XYZ 9.9 4.4 38.86 -
YUV 45.41 198.88 144.83 -
System Red Green Blue C M Y K H S L
Decimal 69 9 171 0.60 0.95 0 0.33 262.22 0.9 0.35
Hex 45 9 AB 3C 5F 0 21 106 5A 23
Octal 105 11 253 74 137 0 41 406 132 43
Binary 1000101 1001 10101011 111100 1011111 0 100001 100000110 1011010 100011

Color Harmonies of #4509AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4509AB

Black with #4509AB

Text Example


Text Example

White with #4509AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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