Html Css Color HEX #460495 Indigo

📋 copy color: '#460495'

red 70 ◦ green 4 ◦ blue 149

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

Shades of Indigo #460495

Tints of Indigo #460495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 66.82%

R = 31.39%
G = 1.79%
B = 66.82%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#460495 (or 0x460495) is known color: Indigo. HEX triplet: 46, 04 and 95. RGB value is (70,4,149). Sum of RGB (Red+Green+Blue) = 70+4+149=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #460495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460495 is #B9FB6A. Grayscale: #272727. Windows color (decimal): -12188523 or 9765958. OLE color: 9765958.

HSL color Cylindrical-coordinate representation of color #460495: hue angle of 267.31º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460495 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 4 149 -
CMYK 0.53 0.97 0 0.42
HSL 267.31º 0.95% 0.3% -
HSV(B) 267.31º 0.97% 0.58% -
XYZ 7.99 3.56 28.7 -
YUV 40.26 189.37 149.21 -
System Red Green Blue C M Y K H S L
Decimal 70 4 149 0.53 0.97 0 0.42 267.31 0.95 0.3
Hex 46 4 95 35 61 0 2A 10B 5F 1E
Octal 106 4 225 65 141 0 52 413 137 36
Binary 1000110 100 10010101 110101 1100001 0 101010 100001011 1011111 11110

Color Harmonies of #460495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460495

Black with #460495

Text Example


Text Example

White with #460495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460495; }

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

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

background-color css

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

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

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

border-color css

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

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

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