Html Css Color HEX #46005A Indigo

📋 copy color: '#46005A'

red 70 ◦ green 0 ◦ blue 90

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

Shades of Indigo #46005A

Tints of Indigo #46005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 56.25%

R = 43.75%
G = 0%
B = 56.25%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#46005A (or 0x46005A) is known color: Indigo. HEX triplet: 46, 00 and 5A. RGB value is (70,0,90). Sum of RGB (Red+Green+Blue) = 70+0+90=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #46005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46005A is #B9FFA5. Grayscale: #1E1E1E. Windows color (decimal): -12189606 or 5898310. OLE color: 5898310.

HSL color Cylindrical-coordinate representation of color #46005A: hue angle of 286.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46005A is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 0 90 -
CMYK 0.22 1 0 0.65
HSL 286.67º 1% 0.18% -
HSV(B) 286.67º 1% 0.35% -
XYZ 4.37 2.04 9.84 -
YUV 31.19 161.19 155.68 -
System Red Green Blue C M Y K H S L
Decimal 70 0 90 0.22 1 0 0.65 286.67 1 0.18
Hex 46 0 5A 16 64 0 41 11F 64 12
Octal 106 0 132 26 144 0 101 437 144 22
Binary 1000110 0 1011010 10110 1100100 0 1000001 100011111 1100100 10010

Color Harmonies of #46005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46005A

Black with #46005A

Text Example


Text Example

White with #46005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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