Html Css Color HEX #46048D Indigo

📋 copy color: '#46048D'

red 70 ◦ green 4 ◦ blue 141

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

Shades of Indigo #46048D

Tints of Indigo #46048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

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

R = 32.56%
G = 1.86%
B = 65.58%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46048D (or 0x46048D) is known color: Indigo. HEX triplet: 46, 04 and 8D. RGB value is (70,4,141). Sum of RGB (Red+Green+Blue) = 70+4+141=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #46048D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46048D is #B9FB72. Grayscale: #262626. Windows color (decimal): -12188531 or 9241670. OLE color: 9241670.

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

Color convert

RGB 70 4 141 -
CMYK 0.50 0.97 0 0.45
HSL 268.91º 0.94% 0.28% -
HSV(B) 268.91º 0.97% 0.55% -
XYZ 7.38 3.31 25.45 -
YUV 39.35 185.37 149.86 -
System Red Green Blue C M Y K H S L
Decimal 70 4 141 0.50 0.97 0 0.45 268.91 0.94 0.28
Hex 46 4 8D 32 61 0 2D 10D 5E 1C
Octal 106 4 215 62 141 0 55 415 136 34
Binary 1000110 100 10001101 110010 1100001 0 101101 100001101 1011110 11100

Color Harmonies of #46048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46048D

Black with #46048D

Text Example


Text Example

White with #46048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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