Html Css Color HEX #4511AA Indigo

📋 copy color: '#4511AA'

red 69 ◦ green 17 ◦ blue 170

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

Shades of Indigo #4511AA

Tints of Indigo #4511AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.64%

 BLUE value IS 170 (66.8% from 255) = 66.41%

R = 26.95%
G = 6.64%
B = 66.41%

CMYK

 C value IS 0.59

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4511AA (or 0x4511AA) is known color: Indigo. HEX triplet: 45, 11 and AA. RGB value is (69,17,170). Sum of RGB (Red+Green+Blue) = 69+17+170=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #4511AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4511AA is #BAEE55. Grayscale: #313131. Windows color (decimal): -12250710 or 11145541. OLE color: 11145541.

HSL color Cylindrical-coordinate representation of color #4511AA: hue angle of 260.39º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4511AA is Cyan = 0.59, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 17 170 -
CMYK 0.59 0.9 0 0.33
HSL 260.39º 0.82% 0.37% -
HSV(B) 260.39º 0.9% 0.67% -
XYZ 9.91 4.57 38.39 -
YUV 49.99 195.73 141.56 -
System Red Green Blue C M Y K H S L
Decimal 69 17 170 0.59 0.9 0 0.33 260.39 0.82 0.37
Hex 45 11 AA 3B 5A 0 21 104 52 25
Octal 105 21 252 73 132 0 41 404 122 45
Binary 1000101 10001 10101010 111011 1011010 0 100001 100000100 1010010 100101

Color Harmonies of #4511AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4511AA

Black with #4511AA

Text Example


Text Example

White with #4511AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4511AA; }

 p { color: rgb(69,17,170); }

 H1.HeaderClassName
 {
   color: #4511AA;
 }
 .AnyTagClassName
 {
   color: #4511AA;
 }
</style>

background-color css

<style>
 a { background-color: #4511AA; }

 a { background-color: rgb(69,17,170); }

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

border-color css

<style>
 span { border-color: #4511AA; }

 span { border-color: rgb(69,17,170); }

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