Html Css Color HEX #460087 Indigo

📋 copy color: '#460087'

red 70 ◦ green 0 ◦ blue 135

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

Shades of Indigo #460087

Tints of Indigo #460087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 65.85%

R = 34.15%
G = 0%
B = 65.85%

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

#460087 (or 0x460087) is known color: Indigo. HEX triplet: 46, 00 and 87. RGB value is (70,0,135). Sum of RGB (Red+Green+Blue) = 70+0+135=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 135 (53.12% from 255 or 65.85% from 205); Max value from RGB is 135 - color contains mainly: blue. Hex color #460087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460087 is #B9FF78. Grayscale: #232323. Windows color (decimal): -12189561 or 8847430. OLE color: 8847430.

HSL color Cylindrical-coordinate representation of color #460087: hue angle of 271.11º 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 #460087 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 0 135 -
CMYK 0.48 1 0 0.47
HSL 271.11º 1% 0.26% -
HSV(B) 271.11º 1% 0.53% -
XYZ 6.9 3.05 23.15 -
YUV 36.32 183.69 152.02 -
System Red Green Blue C M Y K H S L
Decimal 70 0 135 0.48 1 0 0.47 271.11 1 0.26
Hex 46 0 87 30 64 0 2F 10F 64 1A
Octal 106 0 207 60 144 0 57 417 144 32
Binary 1000110 0 10000111 110000 1100100 0 101111 100001111 1100100 11010

Color Harmonies of #460087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460087

Black with #460087

Text Example


Text Example

White with #460087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460087; }

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

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

background-color css

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

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

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

border-color css

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

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

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