Html Css Color HEX #450990 Indigo

📋 copy color: '#450990'

red 69 ◦ green 9 ◦ blue 144

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

Shades of Indigo #450990

Tints of Indigo #450990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.05%

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

R = 31.08%
G = 4.05%
B = 64.86%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#450990 (or 0x450990) is known color: Indigo. HEX triplet: 45, 09 and 90. RGB value is (69,9,144). Sum of RGB (Red+Green+Blue) = 69+9+144=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #450990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450990 is #BAF66F. Grayscale: #292929. Windows color (decimal): -12252784 or 9439557. OLE color: 9439557.

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

Color convert

RGB 69 9 144 -
CMYK 0.52 0.94 0 0.44
HSL 266.67º 0.88% 0.3% -
HSV(B) 266.67º 0.94% 0.56% -
XYZ 7.59 3.47 26.66 -
YUV 42.33 185.38 147.02 -
System Red Green Blue C M Y K H S L
Decimal 69 9 144 0.52 0.94 0 0.44 266.67 0.88 0.3
Hex 45 9 90 34 5E 0 2C 10B 58 1E
Octal 105 11 220 64 136 0 54 413 130 36
Binary 1000101 1001 10010000 110100 1011110 0 101100 100001011 1011000 11110

Color Harmonies of #450990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450990

Black with #450990

Text Example


Text Example

White with #450990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450990; }

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

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

background-color css

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

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

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

border-color css

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

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

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