Html Css Color HEX #460687 Indigo

📋 copy color: '#460687'

red 70 ◦ green 6 ◦ blue 135

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

Shades of Indigo #460687

Tints of Indigo #460687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.84%

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

R = 33.18%
G = 2.84%
B = 63.98%

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

#460687 (or 0x460687) is known color: Indigo. HEX triplet: 46, 06 and 87. RGB value is (70,6,135). Sum of RGB (Red+Green+Blue) = 70+6+135=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #460687 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460687 is #B9F978. Grayscale: #272727. Windows color (decimal): -12188025 or 8848966. OLE color: 8848966.

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

Color convert

RGB 70 6 135 -
CMYK 0.48 0.96 0 0.47
HSL 269.77º 0.91% 0.28% -
HSV(B) 269.77º 0.96% 0.53% -
XYZ 6.96 3.18 23.17 -
YUV 39.84 181.7 149.51 -
System Red Green Blue C M Y K H S L
Decimal 70 6 135 0.48 0.96 0 0.47 269.77 0.91 0.28
Hex 46 6 87 30 60 0 2F 10E 5B 1C
Octal 106 6 207 60 140 0 57 416 133 34
Binary 1000110 110 10000111 110000 1100000 0 101111 100001110 1011011 11100

Color Harmonies of #460687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460687

Black with #460687

Text Example


Text Example

White with #460687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460687; }

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

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

background-color css

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

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

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

border-color css

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

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

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