Html Css Color HEX #450590 Indigo

📋 copy color: '#450590'

red 69 ◦ green 5 ◦ blue 144

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

Shades of Indigo #450590

Tints of Indigo #450590

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.29%

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

R = 31.65%
G = 2.29%
B = 66.06%

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

#450590 (or 0x450590) is known color: Indigo. HEX triplet: 45, 05 and 90. RGB value is (69,5,144). Sum of RGB (Red+Green+Blue) = 69+5+144=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #450590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450590 is #BAFA6F. Grayscale: #272727. Windows color (decimal): -12253808 or 9438533. OLE color: 9438533.

HSL color Cylindrical-coordinate representation of color #450590: hue angle of 267.63º degrees, saturation: 0.93, 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 #450590 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 5 144 -
CMYK 0.52 0.97 0 0.44
HSL 267.63º 0.93% 0.29% -
HSV(B) 267.63º 0.97% 0.56% -
XYZ 7.54 3.39 26.64 -
YUV 39.98 186.7 148.7 -
System Red Green Blue C M Y K H S L
Decimal 69 5 144 0.52 0.97 0 0.44 267.63 0.93 0.29
Hex 45 5 90 34 61 0 2C 10C 5D 1D
Octal 105 5 220 64 141 0 54 414 135 35
Binary 1000101 101 10010000 110100 1100001 0 101100 100001100 1011101 11101

Color Harmonies of #450590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450590

Black with #450590

Text Example


Text Example

White with #450590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450590; }

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

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

background-color css

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

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

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

border-color css

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

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

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