Html Css Color HEX #46058D Indigo

📋 copy color: '#46058D'

red 70 ◦ green 5 ◦ blue 141

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

Shades of Indigo #46058D

Tints of Indigo #46058D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 65.28%

R = 32.41%
G = 2.31%
B = 65.28%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46058D (or 0x46058D) is known color: Indigo. HEX triplet: 46, 05 and 8D. RGB value is (70,5,141). Sum of RGB (Red+Green+Blue) = 70+5+141=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #46058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46058D is #B9FA72. Grayscale: #272727. Windows color (decimal): -12188275 or 9241926. OLE color: 9241926.

HSL color Cylindrical-coordinate representation of color #46058D: hue angle of 268.68º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46058D is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 5 141 -
CMYK 0.50 0.96 0 0.45
HSL 268.68º 0.93% 0.29% -
HSV(B) 268.68º 0.96% 0.55% -
XYZ 7.39 3.33 25.45 -
YUV 39.94 185.03 149.44 -
System Red Green Blue C M Y K H S L
Decimal 70 5 141 0.50 0.96 0 0.45 268.68 0.93 0.29
Hex 46 5 8D 32 60 0 2D 10D 5D 1D
Octal 106 5 215 62 140 0 55 415 135 35
Binary 1000110 101 10001101 110010 1100000 0 101101 100001101 1011101 11101

Color Harmonies of #46058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46058D

Black with #46058D

Text Example


Text Example

White with #46058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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