Html Css Color HEX #450AAE Indigo

📋 copy color: '#450AAE'

red 69 ◦ green 10 ◦ blue 174

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

Shades of Indigo #450AAE

Tints of Indigo #450AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.77%

R = 27.27%
G = 3.95%
B = 68.77%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#450AAE (or 0x450AAE) is known color: Indigo. HEX triplet: 45, 0A and AE. RGB value is (69,10,174). Sum of RGB (Red+Green+Blue) = 69+10+174=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #450AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450AAE is #BAF551. Grayscale: #2D2D2D. Windows color (decimal): -12252498 or 11405893. OLE color: 11405893.

HSL color Cylindrical-coordinate representation of color #450AAE: hue angle of 261.59º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450AAE is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 10 174 -
CMYK 0.60 0.94 0 0.32
HSL 261.59º 0.89% 0.36% -
HSV(B) 261.59º 0.94% 0.68% -
XYZ 10.2 4.54 40.38 -
YUV 46.34 200.05 144.16 -
System Red Green Blue C M Y K H S L
Decimal 69 10 174 0.60 0.94 0 0.32 261.59 0.89 0.36
Hex 45 A AE 3C 5E 0 20 106 59 24
Octal 105 12 256 74 136 0 40 406 131 44
Binary 1000101 1010 10101110 111100 1011110 0 100000 100000110 1011001 100100

Color Harmonies of #450AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450AAE

Black with #450AAE

Text Example


Text Example

White with #450AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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