Html Css Color HEX #460E90 Indigo

📋 copy color: '#460E90'

red 70 ◦ green 14 ◦ blue 144

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

Shades of Indigo #460E90

Tints of Indigo #460E90

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.14%

 BLUE value IS 144 (56.64% from 255) = 63.16%

R = 30.7%
G = 6.14%
B = 63.16%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#460E90 (or 0x460E90) is known color: Indigo. HEX triplet: 46, 0E and 90. RGB value is (70,14,144). Sum of RGB (Red+Green+Blue) = 70+14+144=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #460E90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460E90 is #B9F16F. Grayscale: #2D2D2D. Windows color (decimal): -12185968 or 9440838. OLE color: 9440838.

HSL color Cylindrical-coordinate representation of color #460E90: hue angle of 265.85º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460E90 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 14 144 -
CMYK 0.51 0.90 0 0.44
HSL 265.85º 0.82% 0.31% -
HSV(B) 265.85º 0.9% 0.56% -
XYZ 7.72 3.63 26.68 -
YUV 45.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 70 14 144 0.51 0.90 0 0.44 265.85 0.82 0.31
Hex 46 E 90 33 5A 0 2C 10A 52 1F
Octal 106 16 220 63 132 0 54 412 122 37
Binary 1000110 1110 10010000 110011 1011010 0 101100 100001010 1010010 11111

Color Harmonies of #460E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460E90

Black with #460E90

Text Example


Text Example

White with #460E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460E90; }

 p { color: rgb(70,14,144); }

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

background-color css

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

 a { background-color: rgb(70,14,144); }

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

border-color css

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

 span { border-color: rgb(70,14,144); }

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