Html Css Color HEX #450574 Indigo

📋 copy color: '#450574'

red 69 ◦ green 5 ◦ blue 116

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

Shades of Indigo #450574

Tints of Indigo #450574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 61.05%

R = 36.32%
G = 2.63%
B = 61.05%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#450574 (or 0x450574) is known color: Indigo. HEX triplet: 45, 05 and 74. RGB value is (69,5,116). Sum of RGB (Red+Green+Blue) = 69+5+116=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #450574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450574 is #BAFA8B. Grayscale: #242424. Windows color (decimal): -12253836 or 7603525. OLE color: 7603525.

HSL color Cylindrical-coordinate representation of color #450574: hue angle of 274.59º 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 #450574 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 5 116 -
CMYK 0.41 0.96 0 0.55
HSL 274.59º 0.92% 0.24% -
HSV(B) 274.59º 0.96% 0.45% -
XYZ 5.66 2.63 16.73 -
YUV 36.79 172.7 150.97 -
System Red Green Blue C M Y K H S L
Decimal 69 5 116 0.41 0.96 0 0.55 274.59 0.92 0.24
Hex 45 5 74 29 60 0 37 113 5C 18
Octal 105 5 164 51 140 0 67 423 134 30
Binary 1000101 101 1110100 101001 1100000 0 110111 100010011 1011100 11000

Color Harmonies of #450574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450574

Black with #450574

Text Example


Text Example

White with #450574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450574; }

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

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

background-color css

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

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

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

border-color css

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

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

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