Html Css Color HEX #460491 Indigo

📋 copy color: '#460491'

red 70 ◦ green 4 ◦ blue 145

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

Shades of Indigo #460491

Tints of Indigo #460491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 66.21%

R = 31.96%
G = 1.83%
B = 66.21%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#460491 (or 0x460491) is known color: Indigo. HEX triplet: 46, 04 and 91. RGB value is (70,4,145). Sum of RGB (Red+Green+Blue) = 70+4+145=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 145 (57.03% from 255 or 66.21% from 219); Max value from RGB is 145 - color contains mainly: blue. Hex color #460491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460491 is #B9FB6E. Grayscale: #272727. Windows color (decimal): -12188527 or 9503814. OLE color: 9503814.

HSL color Cylindrical-coordinate representation of color #460491: hue angle of 268.09º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460491 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 4 145 -
CMYK 0.52 0.97 0 0.43
HSL 268.09º 0.95% 0.29% -
HSV(B) 268.09º 0.97% 0.57% -
XYZ 7.68 3.43 27.05 -
YUV 39.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 70 4 145 0.52 0.97 0 0.43 268.09 0.95 0.29
Hex 46 4 91 34 61 0 2B 10C 5F 1D
Octal 106 4 221 64 141 0 53 414 137 35
Binary 1000110 100 10010001 110100 1100001 0 101011 100001100 1011111 11101

Color Harmonies of #460491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460491

Black with #460491

Text Example


Text Example

White with #460491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460491; }

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

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

background-color css

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

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

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

border-color css

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

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

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