Html Css Color HEX #460277 Indigo

📋 copy color: '#460277'

red 70 ◦ green 2 ◦ blue 119

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

Shades of Indigo #460277

Tints of Indigo #460277

RGB

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

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

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

R = 36.65%
G = 1.05%
B = 62.3%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#460277 (or 0x460277) is known color: Indigo. HEX triplet: 46, 02 and 77. RGB value is (70,2,119). Sum of RGB (Red+Green+Blue) = 70+2+119=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #460277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460277 is #B9FD88. Grayscale: #232323. Windows color (decimal): -12189065 or 7799366. OLE color: 7799366.

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

Color convert

RGB 70 2 119 -
CMYK 0.41 0.98 0 0.53
HSL 274.87º 0.97% 0.24% -
HSV(B) 274.87º 0.98% 0.47% -
XYZ 5.88 2.68 17.66 -
YUV 35.67 175.03 152.49 -
System Red Green Blue C M Y K H S L
Decimal 70 2 119 0.41 0.98 0 0.53 274.87 0.97 0.24
Hex 46 2 77 29 62 0 35 113 61 18
Octal 106 2 167 51 142 0 65 423 141 30
Binary 1000110 10 1110111 101001 1100010 0 110101 100010011 1100001 11000

Color Harmonies of #460277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460277

Black with #460277

Text Example


Text Example

White with #460277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460277; }

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

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

background-color css

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

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

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

border-color css

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

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

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