Html Css Color HEX #460195 Indigo

📋 copy color: '#460195'

red 70 ◦ green 1 ◦ blue 149

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

Shades of Indigo #460195

Tints of Indigo #460195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 31.82%
G = 0.45%
B = 67.73%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#460195 (or 0x460195) is known color: Indigo. HEX triplet: 46, 01 and 95. RGB value is (70,1,149). Sum of RGB (Red+Green+Blue) = 70+1+149=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #460195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460195 is #B9FE6A. Grayscale: #252525. Windows color (decimal): -12189291 or 9765190. OLE color: 9765190.

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

Color convert

RGB 70 1 149 -
CMYK 0.53 0.99 0 0.42
HSL 267.97º 0.99% 0.29% -
HSV(B) 267.97º 0.99% 0.58% -
XYZ 7.96 3.49 28.69 -
YUV 38.5 190.36 150.47 -
System Red Green Blue C M Y K H S L
Decimal 70 1 149 0.53 0.99 0 0.42 267.97 0.99 0.29
Hex 46 1 95 35 63 0 2A 10C 63 1D
Octal 106 1 225 65 143 0 52 414 143 35
Binary 1000110 1 10010101 110101 1100011 0 101010 100001100 1100011 11101

Color Harmonies of #460195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460195

Black with #460195

Text Example


Text Example

White with #460195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460195; }

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

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

background-color css

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

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

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

border-color css

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

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

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