Html Css Color HEX #450573 Indigo

📋 copy color: '#450573'

red 69 ◦ green 5 ◦ blue 115

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

Shades of Indigo #450573

Tints of Indigo #450573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 60.85%

R = 36.51%
G = 2.65%
B = 60.85%

CMYK

 C value IS 0.4

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#450573 (or 0x450573) is known color: Indigo. HEX triplet: 45, 05 and 73. RGB value is (69,5,115). Sum of RGB (Red+Green+Blue) = 69+5+115=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #450573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450573 is #BAFA8C. Grayscale: #242424. Windows color (decimal): -12253837 or 7537989. OLE color: 7537989.

HSL color Cylindrical-coordinate representation of color #450573: hue angle of 274.91º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450573 is Cyan = 0.4, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 5 115 -
CMYK 0.4 0.96 0 0.55
HSL 274.91º 0.92% 0.24% -
HSV(B) 274.91º 0.96% 0.45% -
XYZ 5.6 2.61 16.43 -
YUV 36.68 172.2 151.06 -
System Red Green Blue C M Y K H S L
Decimal 69 5 115 0.4 0.96 0 0.55 274.91 0.92 0.24
Hex 45 5 73 28 60 0 37 113 5C 18
Octal 105 5 163 50 140 0 67 423 134 30
Binary 1000101 101 1110011 101000 1100000 0 110111 100010011 1011100 11000

Color Harmonies of #450573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450573

Black with #450573

Text Example


Text Example

White with #450573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450573; }

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

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

background-color css

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

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

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

border-color css

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

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

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