Html Css Color HEX #460295 Indigo

📋 copy color: '#460295'

red 70 ◦ green 2 ◦ blue 149

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

Shades of Indigo #460295

Tints of Indigo #460295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 67.42%

R = 31.67%
G = 0.9%
B = 67.42%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#460295 (or 0x460295) is known color: Indigo. HEX triplet: 46, 02 and 95. RGB value is (70,2,149). Sum of RGB (Red+Green+Blue) = 70+2+149=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #460295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460295 is #B9FD6A. Grayscale: #262626. Windows color (decimal): -12189035 or 9765446. OLE color: 9765446.

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

Color convert

RGB 70 2 149 -
CMYK 0.53 0.99 0 0.42
HSL 267.76º 0.97% 0.3% -
HSV(B) 267.76º 0.99% 0.58% -
XYZ 7.97 3.52 28.69 -
YUV 39.09 190.03 150.05 -
System Red Green Blue C M Y K H S L
Decimal 70 2 149 0.53 0.99 0 0.42 267.76 0.97 0.3
Hex 46 2 95 35 63 0 2A 10C 61 1E
Octal 106 2 225 65 143 0 52 414 141 36
Binary 1000110 10 10010101 110101 1100011 0 101010 100001100 1100001 11110

Color Harmonies of #460295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460295

Black with #460295

Text Example


Text Example

White with #460295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460295; }

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

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

background-color css

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

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

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

border-color css

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

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

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