Html Css Color HEX #460B81 Indigo

📋 copy color: '#460B81'

red 70 ◦ green 11 ◦ blue 129

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

Shades of Indigo #460B81

Tints of Indigo #460B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 61.43%

R = 33.33%
G = 5.24%
B = 61.43%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#460B81 (or 0x460B81) is known color: Indigo. HEX triplet: 46, 0B and 81. RGB value is (70,11,129). Sum of RGB (Red+Green+Blue) = 70+11+129=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #460B81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460B81 is #B9F47E. Grayscale: #292929. Windows color (decimal): -12186751 or 8457030. OLE color: 8457030.

HSL color Cylindrical-coordinate representation of color #460B81: hue angle of 270º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460B81 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 11 129 -
CMYK 0.46 0.91 0 0.49
HSL 270º 0.84% 0.27% -
HSV(B) 270º 0.91% 0.51% -
XYZ 6.61 3.13 21.02 -
YUV 42.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 70 11 129 0.46 0.91 0 0.49 270 0.84 0.27
Hex 46 B 81 2E 5B 0 31 10E 54 1B
Octal 106 13 201 56 133 0 61 416 124 33
Binary 1000110 1011 10000001 101110 1011011 0 110001 100001110 1010100 11011

Color Harmonies of #460B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B81

Black with #460B81

Text Example


Text Example

White with #460B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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