Html Css Color HEX #460271 Indigo

📋 copy color: '#460271'

red 70 ◦ green 2 ◦ blue 113

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

Shades of Indigo #460271

Tints of Indigo #460271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 37.84%
G = 1.08%
B = 61.08%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#460271 (or 0x460271) is known color: Indigo. HEX triplet: 46, 02 and 71. RGB value is (70,2,113). Sum of RGB (Red+Green+Blue) = 70+2+113=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #460271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460271 is #B9FD8E. Grayscale: #222222. Windows color (decimal): -12189071 or 7406150. OLE color: 7406150.

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

Color convert

RGB 70 2 113 -
CMYK 0.38 0.98 0 0.56
HSL 276.76º 0.97% 0.23% -
HSV(B) 276.76º 0.98% 0.44% -
XYZ 5.53 2.54 15.82 -
YUV 34.99 172.03 152.97 -
System Red Green Blue C M Y K H S L
Decimal 70 2 113 0.38 0.98 0 0.56 276.76 0.97 0.23
Hex 46 2 71 26 62 0 38 115 61 17
Octal 106 2 161 46 142 0 70 425 141 27
Binary 1000110 10 1110001 100110 1100010 0 111000 100010101 1100001 10111

Color Harmonies of #460271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460271

Black with #460271

Text Example


Text Example

White with #460271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460271; }

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

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

background-color css

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

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

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

border-color css

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

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

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