Html Css Color HEX #460278 Indigo

📋 copy color: '#460278'

red 70 ◦ green 2 ◦ blue 120

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

Shades of Indigo #460278

Tints of Indigo #460278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 62.5%

R = 36.46%
G = 1.04%
B = 62.5%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#460278 (or 0x460278) is known color: Indigo. HEX triplet: 46, 02 and 78. RGB value is (70,2,120). Sum of RGB (Red+Green+Blue) = 70+2+120=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #460278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460278 is #B9FD87. Grayscale: #232323. Windows color (decimal): -12189064 or 7864902. OLE color: 7864902.

HSL color Cylindrical-coordinate representation of color #460278: hue angle of 274.58º 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 #460278 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 2 120 -
CMYK 0.42 0.98 0 0.53
HSL 274.58º 0.97% 0.24% -
HSV(B) 274.58º 0.98% 0.47% -
XYZ 5.94 2.7 17.98 -
YUV 35.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 70 2 120 0.42 0.98 0 0.53 274.58 0.97 0.24
Hex 46 2 78 2A 62 0 35 113 61 18
Octal 106 2 170 52 142 0 65 423 141 30
Binary 1000110 10 1111000 101010 1100010 0 110101 100010011 1100001 11000

Color Harmonies of #460278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460278

Black with #460278

Text Example


Text Example

White with #460278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460278; }

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

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

background-color css

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

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

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

border-color css

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

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

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