Html Css Color HEX #460691 Indigo

📋 copy color: '#460691'

red 70 ◦ green 6 ◦ blue 145

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

Shades of Indigo #460691

Tints of Indigo #460691

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

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

R = 31.67%
G = 2.71%
B = 65.61%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#460691 (or 0x460691) is known color: Indigo. HEX triplet: 46, 06 and 91. RGB value is (70,6,145). Sum of RGB (Red+Green+Blue) = 70+6+145=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #460691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460691 is #B9F96E. Grayscale: #282828. Windows color (decimal): -12188015 or 9504326. OLE color: 9504326.

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

Color convert

RGB 70 6 145 -
CMYK 0.52 0.96 0 0.43
HSL 267.63º 0.92% 0.3% -
HSV(B) 267.63º 0.96% 0.57% -
XYZ 7.7 3.48 27.05 -
YUV 40.98 186.7 148.7 -
System Red Green Blue C M Y K H S L
Decimal 70 6 145 0.52 0.96 0 0.43 267.63 0.92 0.3
Hex 46 6 91 34 60 0 2B 10C 5C 1E
Octal 106 6 221 64 140 0 53 414 134 36
Binary 1000110 110 10010001 110100 1100000 0 101011 100001100 1011100 11110

Color Harmonies of #460691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460691

Black with #460691

Text Example


Text Example

White with #460691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460691; }

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

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

background-color css

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

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

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

border-color css

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

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

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