Html Css Color HEX #460573 Indigo

📋 copy color: '#460573'

red 70 ◦ green 5 ◦ blue 115

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

Shades of Indigo #460573

Tints of Indigo #460573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 60.53%

R = 36.84%
G = 2.63%
B = 60.53%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#460573 (or 0x460573) is known color: Indigo. HEX triplet: 46, 05 and 73. RGB value is (70,5,115). Sum of RGB (Red+Green+Blue) = 70+5+115=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #460573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460573 is #B9FA8C. Grayscale: #242424. Windows color (decimal): -12188301 or 7537990. OLE color: 7537990.

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

Color convert

RGB 70 5 115 -
CMYK 0.39 0.96 0 0.55
HSL 275.45º 0.92% 0.24% -
HSV(B) 275.45º 0.96% 0.45% -
XYZ 5.67 2.65 16.43 -
YUV 36.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 70 5 115 0.39 0.96 0 0.55 275.45 0.92 0.24
Hex 46 5 73 27 60 0 37 113 5C 18
Octal 106 5 163 47 140 0 67 423 134 30
Binary 1000110 101 1110011 100111 1100000 0 110111 100010011 1011100 11000

Color Harmonies of #460573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460573

Black with #460573

Text Example


Text Example

White with #460573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460573; }

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

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

background-color css

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

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

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

border-color css

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

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

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