Html Css Color HEX #460587 Indigo

📋 copy color: '#460587'

red 70 ◦ green 5 ◦ blue 135

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

Shades of Indigo #460587

Tints of Indigo #460587

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.38%

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

R = 33.33%
G = 2.38%
B = 64.29%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#460587 (or 0x460587) is known color: Indigo. HEX triplet: 46, 05 and 87. RGB value is (70,5,135). Sum of RGB (Red+Green+Blue) = 70+5+135=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 135 (53.12% from 255 or 64.29% from 210); Max value from RGB is 135 - color contains mainly: blue. Hex color #460587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460587 is #B9FA78. Grayscale: #262626. Windows color (decimal): -12188281 or 8848710. OLE color: 8848710.

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

Color convert

RGB 70 5 135 -
CMYK 0.48 0.96 0 0.47
HSL 270º 0.93% 0.27% -
HSV(B) 270º 0.96% 0.53% -
XYZ 6.95 3.16 23.17 -
YUV 39.26 182.03 149.93 -
System Red Green Blue C M Y K H S L
Decimal 70 5 135 0.48 0.96 0 0.47 270 0.93 0.27
Hex 46 5 87 30 60 0 2F 10E 5D 1B
Octal 106 5 207 60 140 0 57 416 135 33
Binary 1000110 101 10000111 110000 1100000 0 101111 100001110 1011101 11011

Color Harmonies of #460587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460587

Black with #460587

Text Example


Text Example

White with #460587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460587; }

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

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

background-color css

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

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

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

border-color css

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

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

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