Html Css Color HEX #460593 Indigo

📋 copy color: '#460593'

red 70 ◦ green 5 ◦ blue 147

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

Shades of Indigo #460593

Tints of Indigo #460593

RGB

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

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

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

R = 31.53%
G = 2.25%
B = 66.22%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#460593 (or 0x460593) is known color: Indigo. HEX triplet: 46, 05 and 93. RGB value is (70,5,147). Sum of RGB (Red+Green+Blue) = 70+5+147=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #460593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460593 is #B9FA6C. Grayscale: #282828. Windows color (decimal): -12188269 or 9635142. OLE color: 9635142.

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

Color convert

RGB 70 5 147 -
CMYK 0.52 0.97 0 0.42
HSL 267.46º 0.93% 0.3% -
HSV(B) 267.46º 0.97% 0.58% -
XYZ 7.85 3.52 27.87 -
YUV 40.62 188.03 148.95 -
System Red Green Blue C M Y K H S L
Decimal 70 5 147 0.52 0.97 0 0.42 267.46 0.93 0.3
Hex 46 5 93 34 61 0 2A 10B 5D 1E
Octal 106 5 223 64 141 0 52 413 135 36
Binary 1000110 101 10010011 110100 1100001 0 101010 100001011 1011101 11110

Color Harmonies of #460593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460593

Black with #460593

Text Example


Text Example

White with #460593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460593; }

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

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

background-color css

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

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

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

border-color css

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

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

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