Html Css Color HEX #450AAB Indigo

📋 copy color: '#450AAB'

red 69 ◦ green 10 ◦ blue 171

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

Shades of Indigo #450AAB

Tints of Indigo #450AAB

RGB

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

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

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

R = 27.6%
G = 4%
B = 68.4%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#450AAB (or 0x450AAB) is known color: Indigo. HEX triplet: 45, 0A and AB. RGB value is (69,10,171). Sum of RGB (Red+Green+Blue) = 69+10+171=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #450AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450AAB is #BAF554. Grayscale: #2D2D2D. Windows color (decimal): -12252501 or 11209285. OLE color: 11209285.

HSL color Cylindrical-coordinate representation of color #450AAB: hue angle of 261.99º 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 #450AAB is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 10 171 -
CMYK 0.60 0.94 0 0.33
HSL 261.99º 0.89% 0.35% -
HSV(B) 261.99º 0.94% 0.67% -
XYZ 9.91 4.42 38.86 -
YUV 46 198.55 144.41 -
System Red Green Blue C M Y K H S L
Decimal 69 10 171 0.60 0.94 0 0.33 261.99 0.89 0.35
Hex 45 A AB 3C 5E 0 21 106 59 23
Octal 105 12 253 74 136 0 41 406 131 43
Binary 1000101 1010 10101011 111100 1011110 0 100001 100000110 1011001 100011

Color Harmonies of #450AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450AAB

Black with #450AAB

Text Example


Text Example

White with #450AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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