Html Css Color HEX #460BAA Indigo

📋 copy color: '#460BAA'

red 70 ◦ green 11 ◦ blue 170

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

Shades of Indigo #460BAA

Tints of Indigo #460BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 67.73%

R = 27.89%
G = 4.38%
B = 67.73%

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

#460BAA (or 0x460BAA) is known color: Indigo. HEX triplet: 46, 0B and AA. RGB value is (70,11,170). Sum of RGB (Red+Green+Blue) = 70+11+170=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #460BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460BAA is #B9F455. Grayscale: #2E2E2E. Windows color (decimal): -12186710 or 11144006. OLE color: 11144006.

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

Color convert

RGB 70 11 170 -
CMYK 0.59 0.94 0 0.33
HSL 262.26º 0.88% 0.35% -
HSV(B) 262.26º 0.94% 0.67% -
XYZ 9.9 4.44 38.37 -
YUV 46.77 197.55 144.57 -
System Red Green Blue C M Y K H S L
Decimal 70 11 170 0.59 0.94 0 0.33 262.26 0.88 0.35
Hex 46 B AA 3B 5E 0 21 106 58 23
Octal 106 13 252 73 136 0 41 406 130 43
Binary 1000110 1011 10101010 111011 1011110 0 100001 100000110 1011000 100011

Color Harmonies of #460BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BAA

Black with #460BAA

Text Example


Text Example

White with #460BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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