Html Css Color HEX #460490 Indigo

📋 copy color: '#460490'

red 70 ◦ green 4 ◦ blue 144

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

Shades of Indigo #460490

Tints of Indigo #460490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 32.11%
G = 1.83%
B = 66.06%

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

#460490 (or 0x460490) is known color: Indigo. HEX triplet: 46, 04 and 90. RGB value is (70,4,144). Sum of RGB (Red+Green+Blue) = 70+4+144=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #460490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460490 is #B9FB6F. Grayscale: #272727. Windows color (decimal): -12188528 or 9438278. OLE color: 9438278.

HSL color Cylindrical-coordinate representation of color #460490: hue angle of 268.29º degrees, saturation: 0.95, 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 #460490 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 4 144 -
CMYK 0.51 0.97 0 0.44
HSL 268.29º 0.95% 0.29% -
HSV(B) 268.29º 0.97% 0.56% -
XYZ 7.6 3.4 26.64 -
YUV 39.69 186.87 149.62 -
System Red Green Blue C M Y K H S L
Decimal 70 4 144 0.51 0.97 0 0.44 268.29 0.95 0.29
Hex 46 4 90 33 61 0 2C 10C 5F 1D
Octal 106 4 220 63 141 0 54 414 137 35
Binary 1000110 100 10010000 110011 1100001 0 101100 100001100 1011111 11101

Color Harmonies of #460490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460490

Black with #460490

Text Example


Text Example

White with #460490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460490; }

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

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

background-color css

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

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

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

border-color css

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

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

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