Html Css Color HEX #460376 Indigo

📋 copy color: '#460376'

red 70 ◦ green 3 ◦ blue 118

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

Shades of Indigo #460376

Tints of Indigo #460376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.57%

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

R = 36.65%
G = 1.57%
B = 61.78%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#460376 (or 0x460376) is known color: Indigo. HEX triplet: 46, 03 and 76. RGB value is (70,3,118). Sum of RGB (Red+Green+Blue) = 70+3+118=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #460376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460376 is #B9FC89. Grayscale: #232323. Windows color (decimal): -12188810 or 7734086. OLE color: 7734086.

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

Color convert

RGB 70 3 118 -
CMYK 0.41 0.97 0 0.54
HSL 274.96º 0.95% 0.24% -
HSV(B) 274.96º 0.97% 0.46% -
XYZ 5.83 2.68 17.35 -
YUV 36.14 174.2 152.15 -
System Red Green Blue C M Y K H S L
Decimal 70 3 118 0.41 0.97 0 0.54 274.96 0.95 0.24
Hex 46 3 76 29 61 0 36 113 5F 18
Octal 106 3 166 51 141 0 66 423 137 30
Binary 1000110 11 1110110 101001 1100001 0 110110 100010011 1011111 11000

Color Harmonies of #460376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460376

Black with #460376

Text Example


Text Example

White with #460376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460376; }

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

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

background-color css

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

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

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

border-color css

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

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

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