Html Css Color HEX #460590 Indigo

📋 copy color: '#460590'

red 70 ◦ green 5 ◦ blue 144

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

Shades of Indigo #460590

Tints of Indigo #460590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 65.75%

R = 31.96%
G = 2.28%
B = 65.75%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#460590 (or 0x460590) is known color: Indigo. HEX triplet: 46, 05 and 90. RGB value is (70,5,144). Sum of RGB (Red+Green+Blue) = 70+5+144=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #460590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460590 is #B9FA6F. Grayscale: #272727. Windows color (decimal): -12188272 or 9438534. OLE color: 9438534.

HSL color Cylindrical-coordinate representation of color #460590: hue angle of 268.06º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460590 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 5 144 -
CMYK 0.51 0.97 0 0.44
HSL 268.06º 0.93% 0.29% -
HSV(B) 268.06º 0.97% 0.56% -
XYZ 7.61 3.42 26.65 -
YUV 40.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 70 5 144 0.51 0.97 0 0.44 268.06 0.93 0.29
Hex 46 5 90 33 61 0 2C 10C 5D 1D
Octal 106 5 220 63 141 0 54 414 135 35
Binary 1000110 101 10010000 110011 1100001 0 101100 100001100 1011101 11101

Color Harmonies of #460590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460590

Black with #460590

Text Example


Text Example

White with #460590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460590; }

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

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

background-color css

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

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

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

border-color css

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

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

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