Html Css Color HEX #460BAB Indigo

📋 copy color: '#460BAB'

red 70 ◦ green 11 ◦ blue 171

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

Shades of Indigo #460BAB

Tints of Indigo #460BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.86%

R = 27.78%
G = 4.37%
B = 67.86%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#460BAB (or 0x460BAB) is known color: Indigo. HEX triplet: 46, 0B and AB. RGB value is (70,11,171). Sum of RGB (Red+Green+Blue) = 70+11+171=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #460BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460BAB is #B9F454. Grayscale: #2E2E2E. Windows color (decimal): -12186709 or 11209542. OLE color: 11209542.

HSL color Cylindrical-coordinate representation of color #460BAB: hue angle of 262.12º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460BAB is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 11 171 -
CMYK 0.59 0.94 0 0.33
HSL 262.13º 0.88% 0.36% -
HSV(B) 262.13º 0.94% 0.67% -
XYZ 10 4.48 38.87 -
YUV 46.88 198.05 144.49 -
System Red Green Blue C M Y K H S L
Decimal 70 11 171 0.59 0.94 0 0.33 262.13 0.88 0.36
Hex 46 B AB 3B 5E 0 21 106 58 24
Octal 106 13 253 73 136 0 41 406 130 44
Binary 1000110 1011 10101011 111011 1011110 0 100001 100000110 1011000 100100

Color Harmonies of #460BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BAB

Black with #460BAB

Text Example


Text Example

White with #460BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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