Html Css Color HEX #460175 Indigo

📋 copy color: '#460175'

red 70 ◦ green 1 ◦ blue 117

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

Shades of Indigo #460175

Tints of Indigo #460175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 62.23%

R = 37.23%
G = 0.53%
B = 62.23%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#460175 (or 0x460175) is known color: Indigo. HEX triplet: 46, 01 and 75. RGB value is (70,1,117). Sum of RGB (Red+Green+Blue) = 70+1+117=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #460175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460175 is #B9FE8A. Grayscale: #222222. Windows color (decimal): -12189323 or 7668038. OLE color: 7668038.

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

Color convert

RGB 70 1 117 -
CMYK 0.40 0.99 0 0.54
HSL 275.69º 0.98% 0.23% -
HSV(B) 275.69º 0.99% 0.46% -
XYZ 5.75 2.61 17.03 -
YUV 34.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 70 1 117 0.40 0.99 0 0.54 275.69 0.98 0.23
Hex 46 1 75 28 63 0 36 114 62 17
Octal 106 1 165 50 143 0 66 424 142 27
Binary 1000110 1 1110101 101000 1100011 0 110110 100010100 1100010 10111

Color Harmonies of #460175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460175

Black with #460175

Text Example


Text Example

White with #460175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460175; }

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

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

background-color css

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

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

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

border-color css

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

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

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