Html Css Color HEX #460377 Indigo

📋 copy color: '#460377'

red 70 ◦ green 3 ◦ blue 119

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

Shades of Indigo #460377

Tints of Indigo #460377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 61.98%

R = 36.46%
G = 1.56%
B = 61.98%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#460377 (or 0x460377) is known color: Indigo. HEX triplet: 46, 03 and 77. RGB value is (70,3,119). Sum of RGB (Red+Green+Blue) = 70+3+119=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #460377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460377 is #B9FC88. Grayscale: #232323. Windows color (decimal): -12188809 or 7799622. OLE color: 7799622.

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

Color convert

RGB 70 3 119 -
CMYK 0.41 0.97 0 0.53
HSL 274.66º 0.95% 0.24% -
HSV(B) 274.66º 0.97% 0.47% -
XYZ 5.89 2.7 17.66 -
YUV 36.26 174.7 152.07 -
System Red Green Blue C M Y K H S L
Decimal 70 3 119 0.41 0.97 0 0.53 274.66 0.95 0.24
Hex 46 3 77 29 61 0 35 113 5F 18
Octal 106 3 167 51 141 0 65 423 137 30
Binary 1000110 11 1110111 101001 1100001 0 110101 100010011 1011111 11000

Color Harmonies of #460377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460377

Black with #460377

Text Example


Text Example

White with #460377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460377; }

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

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

background-color css

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

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

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

border-color css

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

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

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