Html Css Color HEX #46005E Indigo

📋 copy color: '#46005E'

red 70 ◦ green 0 ◦ blue 94

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

Shades of Indigo #46005E

Tints of Indigo #46005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 57.32%

R = 42.68%
G = 0%
B = 57.32%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#46005E (or 0x46005E) is known color: Indigo. HEX triplet: 46, 00 and 5E. RGB value is (70,0,94). Sum of RGB (Red+Green+Blue) = 70+0+94=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #46005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46005E is #B9FFA1. Grayscale: #1F1F1F. Windows color (decimal): -12189602 or 6160454. OLE color: 6160454.

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

Color convert

RGB 70 0 94 -
CMYK 0.26 1 0 0.63
HSL 284.68º 1% 0.18% -
HSV(B) 284.68º 1% 0.37% -
XYZ 4.55 2.11 10.76 -
YUV 31.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 70 0 94 0.26 1 0 0.63 284.68 1 0.18
Hex 46 0 5E 1A 64 0 3F 11D 64 12
Octal 106 0 136 32 144 0 77 435 144 22
Binary 1000110 0 1011110 11010 1100100 0 111111 100011101 1100100 10010

Color Harmonies of #46005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46005E

Black with #46005E

Text Example


Text Example

White with #46005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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