Html Css Color HEX #460299 Indigo

📋 copy color: '#460299'

red 70 ◦ green 2 ◦ blue 153

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

Shades of Indigo #460299

Tints of Indigo #460299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 68%

R = 31.11%
G = 0.89%
B = 68%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#460299 (or 0x460299) is known color: Indigo. HEX triplet: 46, 02 and 99. RGB value is (70,2,153). Sum of RGB (Red+Green+Blue) = 70+2+153=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #460299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460299 is #B9FD66. Grayscale: #272727. Windows color (decimal): -12189031 or 10027590. OLE color: 10027590.

HSL color Cylindrical-coordinate representation of color #460299: hue angle of 267.02º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460299 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 2 153 -
CMYK 0.54 0.99 0 0.4
HSL 267.02º 0.97% 0.3% -
HSV(B) 267.02º 0.99% 0.6% -
XYZ 8.3 3.65 30.4 -
YUV 39.55 192.03 149.72 -
System Red Green Blue C M Y K H S L
Decimal 70 2 153 0.54 0.99 0 0.4 267.02 0.97 0.3
Hex 46 2 99 36 63 0 28 10B 61 1E
Octal 106 2 231 66 143 0 50 413 141 36
Binary 1000110 10 10011001 110110 1100011 0 101000 100001011 1100001 11110

Color Harmonies of #460299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460299

Black with #460299

Text Example


Text Example

White with #460299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460299; }

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

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

background-color css

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

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

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

border-color css

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

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

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