Html Css Color HEX #460575 Indigo

📋 copy color: '#460575'

red 70 ◦ green 5 ◦ blue 117

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

Shades of Indigo #460575

Tints of Indigo #460575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.6%

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

R = 36.46%
G = 2.6%
B = 60.94%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#460575 (or 0x460575) is known color: Indigo. HEX triplet: 46, 05 and 75. RGB value is (70,5,117). Sum of RGB (Red+Green+Blue) = 70+5+117=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #460575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460575 is #B9FA8A. Grayscale: #242424. Windows color (decimal): -12188299 or 7669062. OLE color: 7669062.

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

Color convert

RGB 70 5 117 -
CMYK 0.40 0.96 0 0.54
HSL 274.82º 0.92% 0.24% -
HSV(B) 274.82º 0.96% 0.46% -
XYZ 5.79 2.69 17.04 -
YUV 37.2 173.03 151.39 -
System Red Green Blue C M Y K H S L
Decimal 70 5 117 0.40 0.96 0 0.54 274.82 0.92 0.24
Hex 46 5 75 28 60 0 36 113 5C 18
Octal 106 5 165 50 140 0 66 423 134 30
Binary 1000110 101 1110101 101000 1100000 0 110110 100010011 1011100 11000

Color Harmonies of #460575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460575

Black with #460575

Text Example


Text Example

White with #460575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460575; }

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

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

background-color css

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

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

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

border-color css

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

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

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