Html Css Color HEX #450071 Indigo

📋 copy color: '#450071'

red 69 ◦ green 0 ◦ blue 113

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

Shades of Indigo #450071

Tints of Indigo #450071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.91%
G = 0%
B = 62.09%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#450071 (or 0x450071) is known color: Indigo. HEX triplet: 45, 00 and 71. RGB value is (69,0,113). Sum of RGB (Red+Green+Blue) = 69+0+113=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #450071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450071 is #BAFF8E. Grayscale: #212121. Windows color (decimal): -12255119 or 7405637. OLE color: 7405637.

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

Color convert

RGB 69 0 113 -
CMYK 0.39 1 0 0.56
HSL 276.64º 1% 0.22% -
HSV(B) 276.64º 1% 0.44% -
XYZ 5.43 2.46 15.81 -
YUV 33.51 172.86 153.31 -
System Red Green Blue C M Y K H S L
Decimal 69 0 113 0.39 1 0 0.56 276.64 1 0.22
Hex 45 0 71 27 64 0 38 115 64 16
Octal 105 0 161 47 144 0 70 425 144 26
Binary 1000101 0 1110001 100111 1100100 0 111000 100010101 1100100 10110

Color Harmonies of #450071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450071

Black with #450071

Text Example


Text Example

White with #450071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450071; }

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

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

background-color css

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

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

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

border-color css

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

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

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