Html Css Color HEX #460BAD Indigo

📋 copy color: '#460BAD'

red 70 ◦ green 11 ◦ blue 173

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

Shades of Indigo #460BAD

Tints of Indigo #460BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 68.11%

R = 27.56%
G = 4.33%
B = 68.11%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#460BAD (or 0x460BAD) is known color: Indigo. HEX triplet: 46, 0B and AD. RGB value is (70,11,173). Sum of RGB (Red+Green+Blue) = 70+11+173=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #460BAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460BAD is #B9F452. Grayscale: #2E2E2E. Windows color (decimal): -12186707 or 11340614. OLE color: 11340614.

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

Color convert

RGB 70 11 173 -
CMYK 0.60 0.94 0 0.32
HSL 261.85º 0.88% 0.36% -
HSV(B) 261.85º 0.94% 0.68% -
XYZ 10.19 4.56 39.88 -
YUV 47.11 199.05 144.33 -
System Red Green Blue C M Y K H S L
Decimal 70 11 173 0.60 0.94 0 0.32 261.85 0.88 0.36
Hex 46 B AD 3C 5E 0 20 106 58 24
Octal 106 13 255 74 136 0 40 406 130 44
Binary 1000110 1011 10101101 111100 1011110 0 100000 100000110 1011000 100100

Color Harmonies of #460BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BAD

Black with #460BAD

Text Example


Text Example

White with #460BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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