Html Css Color HEX #460263 Indigo

📋 copy color: '#460263'

red 70 ◦ green 2 ◦ blue 99

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

Shades of Indigo #460263

Tints of Indigo #460263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

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

R = 40.94%
G = 1.17%
B = 57.89%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#460263 (or 0x460263) is known color: Indigo. HEX triplet: 46, 02 and 63. RGB value is (70,2,99). Sum of RGB (Red+Green+Blue) = 70+2+99=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #460263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460263 is #B9FD9C. Grayscale: #212121. Windows color (decimal): -12189085 or 6488646. OLE color: 6488646.

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

Color convert

RGB 70 2 99 -
CMYK 0.29 0.98 0 0.61
HSL 282.06º 0.96% 0.2% -
HSV(B) 282.06º 0.98% 0.39% -
XYZ 4.8 2.25 11.99 -
YUV 33.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 70 2 99 0.29 0.98 0 0.61 282.06 0.96 0.2
Hex 46 2 63 1D 62 0 3D 11A 60 14
Octal 106 2 143 35 142 0 75 432 140 24
Binary 1000110 10 1100011 11101 1100010 0 111101 100011010 1100000 10100

Color Harmonies of #460263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460263

Black with #460263

Text Example


Text Example

White with #460263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460263; }

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

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

background-color css

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

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

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

border-color css

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

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

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