Html Css Color HEX #460193 Indigo

📋 copy color: '#460193'

red 70 ◦ green 1 ◦ blue 147

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

Shades of Indigo #460193

Tints of Indigo #460193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 67.43%

R = 32.11%
G = 0.46%
B = 67.43%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#460193 (or 0x460193) is known color: Indigo. HEX triplet: 46, 01 and 93. RGB value is (70,1,147). Sum of RGB (Red+Green+Blue) = 70+1+147=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 147 (57.81% from 255 or 67.43% from 218); Max value from RGB is 147 - color contains mainly: blue. Hex color #460193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460193 is #B9FE6C. Grayscale: #252525. Windows color (decimal): -12189293 or 9634118. OLE color: 9634118.

HSL color Cylindrical-coordinate representation of color #460193: hue angle of 268.36º 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 #460193 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 1 147 -
CMYK 0.52 0.99 0 0.42
HSL 268.36º 0.99% 0.29% -
HSV(B) 268.36º 0.99% 0.58% -
XYZ 7.8 3.43 27.85 -
YUV 38.28 189.36 150.63 -
System Red Green Blue C M Y K H S L
Decimal 70 1 147 0.52 0.99 0 0.42 268.36 0.99 0.29
Hex 46 1 93 34 63 0 2A 10C 63 1D
Octal 106 1 223 64 143 0 52 414 143 35
Binary 1000110 1 10010011 110100 1100011 0 101010 100001100 1100011 11101

Color Harmonies of #460193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460193

Black with #460193

Text Example


Text Example

White with #460193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460193; }

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

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

background-color css

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

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

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

border-color css

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

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

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