Html Css Color HEX #460086 Indigo

📋 copy color: '#460086'

red 70 ◦ green 0 ◦ blue 134

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

Shades of Indigo #460086

Tints of Indigo #460086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 134 (52.73% from 255) = 65.69%

R = 34.31%
G = 0%
B = 65.69%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#460086 (or 0x460086) is known color: Indigo. HEX triplet: 46, 00 and 86. RGB value is (70,0,134). Sum of RGB (Red+Green+Blue) = 70+0+134=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 134 (52.73% from 255 or 65.69% from 204); Max value from RGB is 134 - color contains mainly: blue. Hex color #460086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460086 is #B9FF79. Grayscale: #232323. Windows color (decimal): -12189562 or 8781894. OLE color: 8781894.

HSL color Cylindrical-coordinate representation of color #460086: hue angle of 271.34º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460086 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 0 134 -
CMYK 0.48 1 0 0.47
HSL 271.34º 1% 0.26% -
HSV(B) 271.34º 1% 0.53% -
XYZ 6.83 3.02 22.78 -
YUV 36.21 183.19 152.1 -
System Red Green Blue C M Y K H S L
Decimal 70 0 134 0.48 1 0 0.47 271.34 1 0.26
Hex 46 0 86 30 64 0 2F 10F 64 1A
Octal 106 0 206 60 144 0 57 417 144 32
Binary 1000110 0 10000110 110000 1100100 0 101111 100001111 1100100 11010

Color Harmonies of #460086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460086

Black with #460086

Text Example


Text Example

White with #460086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460086; }

 p { color: rgb(70,0,134); }

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

background-color css

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

 a { background-color: rgb(70,0,134); }

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

border-color css

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

 span { border-color: rgb(70,0,134); }

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