Html Css Color HEX #460090 Indigo

📋 copy color: '#460090'

red 70 ◦ green 0 ◦ blue 144

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

Shades of Indigo #460090

Tints of Indigo #460090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.71%
G = 0%
B = 67.29%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#460090 (or 0x460090) is known color: Indigo. HEX triplet: 46, 00 and 90. RGB value is (70,0,144). Sum of RGB (Red+Green+Blue) = 70+0+144=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #460090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460090 is #B9FF6F. Grayscale: #242424. Windows color (decimal): -12189552 or 9437254. OLE color: 9437254.

HSL color Cylindrical-coordinate representation of color #460090: hue angle of 269.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460090 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 0 144 -
CMYK 0.51 1 0 0.44
HSL 269.17º 1% 0.28% -
HSV(B) 269.17º 1% 0.56% -
XYZ 7.56 3.32 26.63 -
YUV 37.35 188.19 151.29 -
System Red Green Blue C M Y K H S L
Decimal 70 0 144 0.51 1 0 0.44 269.17 1 0.28
Hex 46 0 90 33 64 0 2C 10D 64 1C
Octal 106 0 220 63 144 0 54 415 144 34
Binary 1000110 0 10010000 110011 1100100 0 101100 100001101 1100100 11100

Color Harmonies of #460090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460090

Black with #460090

Text Example


Text Example

White with #460090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460090; }

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

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

background-color css

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

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

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

border-color css

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

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

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