Html Css Color HEX #46055D Indigo

📋 copy color: '#46055D'

red 70 ◦ green 5 ◦ blue 93

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

Shades of Indigo #46055D

Tints of Indigo #46055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.98%

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

R = 41.67%
G = 2.98%
B = 55.36%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46055D (or 0x46055D) is known color: Indigo. HEX triplet: 46, 05 and 5D. RGB value is (70,5,93). Sum of RGB (Red+Green+Blue) = 70+5+93=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #46055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46055D is #B9FAA2. Grayscale: #222222. Windows color (decimal): -12188323 or 6096198. OLE color: 6096198.

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

Color convert

RGB 70 5 93 -
CMYK 0.25 0.95 0 0.64
HSL 284.32º 0.9% 0.19% -
HSV(B) 284.32º 0.95% 0.36% -
XYZ 4.56 2.2 10.54 -
YUV 34.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 70 5 93 0.25 0.95 0 0.64 284.32 0.9 0.19
Hex 46 5 5D 19 5F 0 40 11C 5A 13
Octal 106 5 135 31 137 0 100 434 132 23
Binary 1000110 101 1011101 11001 1011111 0 1000000 100011100 1011010 10011

Color Harmonies of #46055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46055D

Black with #46055D

Text Example


Text Example

White with #46055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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