Html Css Color HEX #460571 Indigo

📋 copy color: '#460571'

red 70 ◦ green 5 ◦ blue 113

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

Shades of Indigo #460571

Tints of Indigo #460571

RGB

 RED value IS 70 (27.73% from 255) = 37.23%

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

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

R = 37.23%
G = 2.66%
B = 60.11%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#460571 (or 0x460571) is known color: Indigo. HEX triplet: 46, 05 and 71. RGB value is (70,5,113). Sum of RGB (Red+Green+Blue) = 70+5+113=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #460571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460571 is #B9FA8E. Grayscale: #242424. Windows color (decimal): -12188303 or 7406918. OLE color: 7406918.

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

Color convert

RGB 70 5 113 -
CMYK 0.38 0.96 0 0.56
HSL 276.11º 0.92% 0.23% -
HSV(B) 276.11º 0.96% 0.44% -
XYZ 5.56 2.6 15.83 -
YUV 36.75 171.03 151.72 -
System Red Green Blue C M Y K H S L
Decimal 70 5 113 0.38 0.96 0 0.56 276.11 0.92 0.23
Hex 46 5 71 26 60 0 38 114 5C 17
Octal 106 5 161 46 140 0 70 424 134 27
Binary 1000110 101 1110001 100110 1100000 0 111000 100010100 1011100 10111

Color Harmonies of #460571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460571

Black with #460571

Text Example


Text Example

White with #460571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460571; }

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

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

background-color css

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

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

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

border-color css

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

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

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