Html Css Color HEX #460063 Indigo

📋 copy color: '#460063'

red 70 ◦ green 0 ◦ blue 99

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

Shades of Indigo #460063

Tints of Indigo #460063

RGB

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

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

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

R = 41.42%
G = 0%
B = 58.58%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#460063 (or 0x460063) is known color: Indigo. HEX triplet: 46, 00 and 63. RGB value is (70,0,99). Sum of RGB (Red+Green+Blue) = 70+0+99=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #460063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460063 is #B9FF9C. Grayscale: #1F1F1F. Windows color (decimal): -12189597 or 6488134. OLE color: 6488134.

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

Color convert

RGB 70 0 99 -
CMYK 0.29 1 0 0.61
HSL 282.42º 1% 0.19% -
HSV(B) 282.42º 1% 0.39% -
XYZ 4.78 2.2 11.98 -
YUV 32.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 70 0 99 0.29 1 0 0.61 282.42 1 0.19
Hex 46 0 63 1D 64 0 3D 11A 64 13
Octal 106 0 143 35 144 0 75 432 144 23
Binary 1000110 0 1100011 11101 1100100 0 111101 100011010 1100100 10011

Color Harmonies of #460063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460063

Black with #460063

Text Example


Text Example

White with #460063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460063; }

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

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

background-color css

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

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

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

border-color css

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

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

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