Html Css Color HEX #46005D Indigo

📋 copy color: '#46005D'

red 70 ◦ green 0 ◦ blue 93

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

Shades of Indigo #46005D

Tints of Indigo #46005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 57.06%

R = 42.94%
G = 0%
B = 57.06%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46005D (or 0x46005D) is known color: Indigo. HEX triplet: 46, 00 and 5D. RGB value is (70,0,93). Sum of RGB (Red+Green+Blue) = 70+0+93=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #46005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46005D is #B9FFA2. Grayscale: #1F1F1F. Windows color (decimal): -12189603 or 6094918. OLE color: 6094918.

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

Color convert

RGB 70 0 93 -
CMYK 0.25 1 0 0.64
HSL 285.16º 1% 0.18% -
HSV(B) 285.16º 1% 0.36% -
XYZ 4.5 2.09 10.52 -
YUV 31.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 70 0 93 0.25 1 0 0.64 285.16 1 0.18
Hex 46 0 5D 19 64 0 40 11D 64 12
Octal 106 0 135 31 144 0 100 435 144 22
Binary 1000110 0 1011101 11001 1100100 0 1000000 100011101 1100100 10010

Color Harmonies of #46005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46005D

Black with #46005D

Text Example


Text Example

White with #46005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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