Html Css Color HEX #460078 Indigo

📋 copy color: '#460078'

red 70 ◦ green 0 ◦ blue 120

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

Shades of Indigo #460078

Tints of Indigo #460078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.84%
G = 0%
B = 63.16%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#460078 (or 0x460078) is known color: Indigo. HEX triplet: 46, 00 and 78. RGB value is (70,0,120). Sum of RGB (Red+Green+Blue) = 70+0+120=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #460078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460078 is #B9FF87. Grayscale: #222222. Windows color (decimal): -12189576 or 7864390. OLE color: 7864390.

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

Color convert

RGB 70 0 120 -
CMYK 0.42 1 0 0.53
HSL 275º 1% 0.24% -
HSV(B) 275º 1% 0.47% -
XYZ 5.92 2.66 17.97 -
YUV 34.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 70 0 120 0.42 1 0 0.53 275 1 0.24
Hex 46 0 78 2A 64 0 35 113 64 18
Octal 106 0 170 52 144 0 65 423 144 30
Binary 1000110 0 1111000 101010 1100100 0 110101 100010011 1100100 11000

Color Harmonies of #460078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460078

Black with #460078

Text Example


Text Example

White with #460078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460078; }

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

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

background-color css

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

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

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

border-color css

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

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

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