Html Css Color HEX #460591 Indigo

📋 copy color: '#460591'

red 70 ◦ green 5 ◦ blue 145

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

Shades of Indigo #460591

Tints of Indigo #460591

RGB

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

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

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

R = 31.82%
G = 2.27%
B = 65.91%

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

#460591 (or 0x460591) is known color: Indigo. HEX triplet: 46, 05 and 91. RGB value is (70,5,145). Sum of RGB (Red+Green+Blue) = 70+5+145=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 145 (57.03% from 255 or 65.91% from 220); Max value from RGB is 145 - color contains mainly: blue. Hex color #460591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460591 is #B9FA6E. Grayscale: #272727. Windows color (decimal): -12188271 or 9504070. OLE color: 9504070.

HSL color Cylindrical-coordinate representation of color #460591: hue angle of 267.86º degrees, saturation: 0.93, 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 #460591 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 5 145 -
CMYK 0.52 0.97 0 0.43
HSL 267.86º 0.93% 0.29% -
HSV(B) 267.86º 0.97% 0.57% -
XYZ 7.69 3.45 27.05 -
YUV 40.4 187.03 149.12 -
System Red Green Blue C M Y K H S L
Decimal 70 5 145 0.52 0.97 0 0.43 267.86 0.93 0.29
Hex 46 5 91 34 61 0 2B 10C 5D 1D
Octal 106 5 221 64 141 0 53 414 135 35
Binary 1000110 101 10010001 110100 1100001 0 101011 100001100 1011101 11101

Color Harmonies of #460591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460591

Black with #460591

Text Example


Text Example

White with #460591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460591; }

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

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

background-color css

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

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

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

border-color css

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

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

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