Html Css Color HEX #460B71 Indigo

📋 copy color: '#460B71'

red 70 ◦ green 11 ◦ blue 113

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

Shades of Indigo #460B71

Tints of Indigo #460B71

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.67%

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

R = 36.08%
G = 5.67%
B = 58.25%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#460B71 (or 0x460B71) is known color: Indigo. HEX triplet: 46, 0B and 71. RGB value is (70,11,113). Sum of RGB (Red+Green+Blue) = 70+11+113=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #460B71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B71 is #B9F48E. Grayscale: #272727. Windows color (decimal): -12186767 or 7408454. OLE color: 7408454.

HSL color Cylindrical-coordinate representation of color #460B71: hue angle of 274.71º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460B71 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 11 113 -
CMYK 0.38 0.90 0 0.56
HSL 274.71º 0.82% 0.24% -
HSV(B) 274.71º 0.9% 0.44% -
XYZ 5.63 2.73 15.85 -
YUV 40.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 70 11 113 0.38 0.90 0 0.56 274.71 0.82 0.24
Hex 46 B 71 26 5A 0 38 113 52 18
Octal 106 13 161 46 132 0 70 423 122 30
Binary 1000110 1011 1110001 100110 1011010 0 111000 100010011 1010010 11000

Color Harmonies of #460B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B71

Black with #460B71

Text Example


Text Example

White with #460B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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