Html Css Color HEX #460174 Indigo

📋 copy color: '#460174'

red 70 ◦ green 1 ◦ blue 116

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

Shades of Indigo #460174

Tints of Indigo #460174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 116 (45.7% from 255) = 62.03%

R = 37.43%
G = 0.53%
B = 62.03%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#460174 (or 0x460174) is known color: Indigo. HEX triplet: 46, 01 and 74. RGB value is (70,1,116). Sum of RGB (Red+Green+Blue) = 70+1+116=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #460174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460174 is #B9FE8B. Grayscale: #222222. Windows color (decimal): -12189324 or 7602502. OLE color: 7602502.

HSL color Cylindrical-coordinate representation of color #460174: hue angle of 276º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460174 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 1 116 -
CMYK 0.40 0.99 0 0.55
HSL 276º 0.98% 0.23% -
HSV(B) 276º 0.99% 0.45% -
XYZ 5.69 2.58 16.72 -
YUV 34.74 173.86 153.15 -
System Red Green Blue C M Y K H S L
Decimal 70 1 116 0.40 0.99 0 0.55 276 0.98 0.23
Hex 46 1 74 28 63 0 37 114 62 17
Octal 106 1 164 50 143 0 67 424 142 27
Binary 1000110 1 1110100 101000 1100011 0 110111 100010100 1100010 10111

Color Harmonies of #460174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460174

Black with #460174

Text Example


Text Example

White with #460174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460174; }

 p { color: rgb(70,1,116); }

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

background-color css

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

 a { background-color: rgb(70,1,116); }

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

border-color css

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

 span { border-color: rgb(70,1,116); }

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