Html Css Color HEX #450490 Indigo

📋 copy color: '#450490'

red 69 ◦ green 4 ◦ blue 144

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

Shades of Indigo #450490

Tints of Indigo #450490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.84%

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

R = 31.8%
G = 1.84%
B = 66.36%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#450490 (or 0x450490) is known color: Indigo. HEX triplet: 45, 04 and 90. RGB value is (69,4,144). Sum of RGB (Red+Green+Blue) = 69+4+144=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #450490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450490 is #BAFB6F. Grayscale: #262626. Windows color (decimal): -12254064 or 9438277. OLE color: 9438277.

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

Color convert

RGB 69 4 144 -
CMYK 0.52 0.97 0 0.44
HSL 267.86º 0.95% 0.29% -
HSV(B) 267.86º 0.97% 0.56% -
XYZ 7.53 3.37 26.64 -
YUV 39.4 187.03 149.12 -
System Red Green Blue C M Y K H S L
Decimal 69 4 144 0.52 0.97 0 0.44 267.86 0.95 0.29
Hex 45 4 90 34 61 0 2C 10C 5F 1D
Octal 105 4 220 64 141 0 54 414 137 35
Binary 1000101 100 10010000 110100 1100001 0 101100 100001100 1011111 11101

Color Harmonies of #450490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450490

Black with #450490

Text Example


Text Example

White with #450490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450490; }

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

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

background-color css

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

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

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

border-color css

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

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

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