Html Css Color HEX #450AAA Indigo

📋 copy color: '#450AAA'

red 69 ◦ green 10 ◦ blue 170

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

Shades of Indigo #450AAA

Tints of Indigo #450AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.02%

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

R = 27.71%
G = 4.02%
B = 68.27%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#450AAA (or 0x450AAA) is known color: Indigo. HEX triplet: 45, 0A and AA. RGB value is (69,10,170). Sum of RGB (Red+Green+Blue) = 69+10+170=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #450AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450AAA is #BAF555. Grayscale: #2D2D2D. Windows color (decimal): -12252502 or 11143749. OLE color: 11143749.

HSL color Cylindrical-coordinate representation of color #450AAA: hue angle of 262.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450AAA is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 10 170 -
CMYK 0.59 0.94 0 0.33
HSL 262.13º 0.89% 0.35% -
HSV(B) 262.13º 0.94% 0.67% -
XYZ 9.82 4.38 38.36 -
YUV 45.88 198.05 144.49 -
System Red Green Blue C M Y K H S L
Decimal 69 10 170 0.59 0.94 0 0.33 262.13 0.89 0.35
Hex 45 A AA 3B 5E 0 21 106 59 23
Octal 105 12 252 73 136 0 41 406 131 43
Binary 1000101 1010 10101010 111011 1011110 0 100001 100000110 1011001 100011

Color Harmonies of #450AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450AAA

Black with #450AAA

Text Example


Text Example

White with #450AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450AAA; }

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

 H1.HeaderClassName
 {
   color: #450AAA;
 }
 .AnyTagClassName
 {
   color: #450AAA;
 }
</style>

background-color css

<style>
 a { background-color: #450AAA; }

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

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

border-color css

<style>
 span { border-color: #450AAA; }

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

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