Html Css Color HEX #450471 Indigo

📋 copy color: '#450471'

red 69 ◦ green 4 ◦ blue 113

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

Shades of Indigo #450471

Tints of Indigo #450471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.15%

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

R = 37.1%
G = 2.15%
B = 60.75%

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

#450471 (or 0x450471) is known color: Indigo. HEX triplet: 45, 04 and 71. RGB value is (69,4,113). Sum of RGB (Red+Green+Blue) = 69+4+113=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #450471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450471 is #BAFB8E. Grayscale: #232323. Windows color (decimal): -12254095 or 7406661. OLE color: 7406661.

HSL color Cylindrical-coordinate representation of color #450471: hue angle of 275.78º degrees, saturation: 0.93, 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 #450471 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 4 113 -
CMYK 0.39 0.96 0 0.56
HSL 275.78º 0.93% 0.23% -
HSV(B) 275.78º 0.96% 0.44% -
XYZ 5.48 2.54 15.83 -
YUV 35.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 69 4 113 0.39 0.96 0 0.56 275.78 0.93 0.23
Hex 45 4 71 27 60 0 38 114 5D 17
Octal 105 4 161 47 140 0 70 424 135 27
Binary 1000101 100 1110001 100111 1100000 0 111000 100010100 1011101 10111

Color Harmonies of #450471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450471

Black with #450471

Text Example


Text Example

White with #450471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450471; }

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

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

background-color css

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

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

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

border-color css

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

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

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