Html Css Color HEX #450A90 Indigo

📋 copy color: '#450A90'

red 69 ◦ green 10 ◦ blue 144

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

Shades of Indigo #450A90

Tints of Indigo #450A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 64.57%

R = 30.94%
G = 4.48%
B = 64.57%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#450A90 (or 0x450A90) is known color: Indigo. HEX triplet: 45, 0A and 90. RGB value is (69,10,144). Sum of RGB (Red+Green+Blue) = 69+10+144=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #450A90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450A90 is #BAF56F. Grayscale: #2A2A2A. Windows color (decimal): -12252528 or 9439813. OLE color: 9439813.

HSL color Cylindrical-coordinate representation of color #450A90: hue angle of 266.42º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450A90 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 10 144 -
CMYK 0.52 0.93 0 0.44
HSL 266.42º 0.87% 0.3% -
HSV(B) 266.42º 0.93% 0.56% -
XYZ 7.6 3.5 26.66 -
YUV 42.92 185.05 146.6 -
System Red Green Blue C M Y K H S L
Decimal 69 10 144 0.52 0.93 0 0.44 266.42 0.87 0.3
Hex 45 A 90 34 5D 0 2C 10A 57 1E
Octal 105 12 220 64 135 0 54 412 127 36
Binary 1000101 1010 10010000 110100 1011101 0 101100 100001010 1010111 11110

Color Harmonies of #450A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450A90

Black with #450A90

Text Example


Text Example

White with #450A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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