Html Css Color HEX #450771 Indigo

📋 copy color: '#450771'

red 69 ◦ green 7 ◦ blue 113

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

Shades of Indigo #450771

Tints of Indigo #450771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.7%

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

R = 36.51%
G = 3.7%
B = 59.79%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#450771 (or 0x450771) is known color: Indigo. HEX triplet: 45, 07 and 71. RGB value is (69,7,113). Sum of RGB (Red+Green+Blue) = 69+7+113=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #450771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450771 is #BAF88E. Grayscale: #252525. Windows color (decimal): -12253327 or 7407429. OLE color: 7407429.

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

Color convert

RGB 69 7 113 -
CMYK 0.39 0.94 0 0.56
HSL 275.09º 0.88% 0.24% -
HSV(B) 275.09º 0.94% 0.44% -
XYZ 5.51 2.61 15.84 -
YUV 37.62 170.54 150.38 -
System Red Green Blue C M Y K H S L
Decimal 69 7 113 0.39 0.94 0 0.56 275.09 0.88 0.24
Hex 45 7 71 27 5E 0 38 113 58 18
Octal 105 7 161 47 136 0 70 423 130 30
Binary 1000101 111 1110001 100111 1011110 0 111000 100010011 1011000 11000

Color Harmonies of #450771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450771

Black with #450771

Text Example


Text Example

White with #450771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450771; }

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

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

background-color css

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

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

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

border-color css

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

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

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