Html Css Color HEX #460893 Indigo

📋 copy color: '#460893'

red 70 ◦ green 8 ◦ blue 147

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

Shades of Indigo #460893

Tints of Indigo #460893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.56%

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

R = 31.11%
G = 3.56%
B = 65.33%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#460893 (or 0x460893) is known color: Indigo. HEX triplet: 46, 08 and 93. RGB value is (70,8,147). Sum of RGB (Red+Green+Blue) = 70+8+147=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #460893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460893 is #B9F76C. Grayscale: #292929. Windows color (decimal): -12187501 or 9635910. OLE color: 9635910.

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

Color convert

RGB 70 8 147 -
CMYK 0.52 0.95 0 0.42
HSL 266.76º 0.9% 0.3% -
HSV(B) 266.76º 0.95% 0.58% -
XYZ 7.88 3.58 27.88 -
YUV 42.38 187.04 147.7 -
System Red Green Blue C M Y K H S L
Decimal 70 8 147 0.52 0.95 0 0.42 266.76 0.9 0.3
Hex 46 8 93 34 5F 0 2A 10B 5A 1E
Octal 106 10 223 64 137 0 52 413 132 36
Binary 1000110 1000 10010011 110100 1011111 0 101010 100001011 1011010 11110

Color Harmonies of #460893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460893

Black with #460893

Text Example


Text Example

White with #460893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460893; }

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

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

background-color css

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

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

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

border-color css

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

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

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