Html Css Color HEX #460276 Indigo

📋 copy color: '#460276'

red 70 ◦ green 2 ◦ blue 118

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

Shades of Indigo #460276

Tints of Indigo #460276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 62.11%

R = 36.84%
G = 1.05%
B = 62.11%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#460276 (or 0x460276) is known color: Indigo. HEX triplet: 46, 02 and 76. RGB value is (70,2,118). Sum of RGB (Red+Green+Blue) = 70+2+118=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #460276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460276 is #B9FD89. Grayscale: #232323. Windows color (decimal): -12189066 or 7733830. OLE color: 7733830.

HSL color Cylindrical-coordinate representation of color #460276: hue angle of 275.17º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #460276 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 2 118 -
CMYK 0.41 0.98 0 0.54
HSL 275.17º 0.97% 0.24% -
HSV(B) 275.17º 0.98% 0.46% -
XYZ 5.82 2.65 17.35 -
YUV 35.56 174.53 152.57 -
System Red Green Blue C M Y K H S L
Decimal 70 2 118 0.41 0.98 0 0.54 275.17 0.97 0.24
Hex 46 2 76 29 62 0 36 113 61 18
Octal 106 2 166 51 142 0 66 423 141 30
Binary 1000110 10 1110110 101001 1100010 0 110110 100010011 1100001 11000

Color Harmonies of #460276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460276

Black with #460276

Text Example


Text Example

White with #460276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460276; }

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

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

background-color css

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

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

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

border-color css

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

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

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