Html Css Color HEX #460863 Indigo

📋 copy color: '#460863'

red 70 ◦ green 8 ◦ blue 99

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

Shades of Indigo #460863

Tints of Indigo #460863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.52%

 BLUE value IS 99 (39.06% from 255) = 55.93%

R = 39.55%
G = 4.52%
B = 55.93%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#460863 (or 0x460863) is known color: Indigo. HEX triplet: 46, 08 and 63. RGB value is (70,8,99). Sum of RGB (Red+Green+Blue) = 70+8+99=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 99 (39.06% from 255 or 55.93% from 177); Max value from RGB is 99 - color contains mainly: blue. Hex color #460863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460863 is #B9F79C. Grayscale: #242424. Windows color (decimal): -12187549 or 6490182. OLE color: 6490182.

HSL color Cylindrical-coordinate representation of color #460863: hue angle of 280.88º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460863 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 8 99 -
CMYK 0.29 0.92 0 0.61
HSL 280.88º 0.85% 0.21% -
HSV(B) 280.88º 0.92% 0.39% -
XYZ 4.86 2.38 12.01 -
YUV 36.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 70 8 99 0.29 0.92 0 0.61 280.88 0.85 0.21
Hex 46 8 63 1D 5C 0 3D 119 55 15
Octal 106 10 143 35 134 0 75 431 125 25
Binary 1000110 1000 1100011 11101 1011100 0 111101 100011001 1010101 10101

Color Harmonies of #460863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460863

Black with #460863

Text Example


Text Example

White with #460863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460863; }

 p { color: rgb(70,8,99); }

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

background-color css

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

 a { background-color: rgb(70,8,99); }

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

border-color css

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

 span { border-color: rgb(70,8,99); }

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