Html Css Color HEX #450571 Indigo

📋 copy color: '#450571'

red 69 ◦ green 5 ◦ blue 113

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

Shades of Indigo #450571

Tints of Indigo #450571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 60.43%

R = 36.9%
G = 2.67%
B = 60.43%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#450571 (or 0x450571) is known color: Indigo. HEX triplet: 45, 05 and 71. RGB value is (69,5,113). Sum of RGB (Red+Green+Blue) = 69+5+113=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #450571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450571 is #BAFA8E. Grayscale: #242424. Windows color (decimal): -12253839 or 7406917. OLE color: 7406917.

HSL color Cylindrical-coordinate representation of color #450571: hue angle of 275.56º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450571 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 5 113 -
CMYK 0.39 0.96 0 0.56
HSL 275.56º 0.92% 0.23% -
HSV(B) 275.56º 0.96% 0.44% -
XYZ 5.49 2.57 15.83 -
YUV 36.45 171.2 151.22 -
System Red Green Blue C M Y K H S L
Decimal 69 5 113 0.39 0.96 0 0.56 275.56 0.92 0.23
Hex 45 5 71 27 60 0 38 114 5C 17
Octal 105 5 161 47 140 0 70 424 134 27
Binary 1000101 101 1110001 100111 1100000 0 111000 100010100 1011100 10111

Color Harmonies of #450571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450571

Black with #450571

Text Example


Text Example

White with #450571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450571; }

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

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

background-color css

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

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

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

border-color css

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

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

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