Html Css Color HEX #46028D Indigo

📋 copy color: '#46028D'

red 70 ◦ green 2 ◦ blue 141

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

Shades of Indigo #46028D

Tints of Indigo #46028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 32.86%
G = 0.94%
B = 66.2%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46028D (or 0x46028D) is known color: Indigo. HEX triplet: 46, 02 and 8D. RGB value is (70,2,141). Sum of RGB (Red+Green+Blue) = 70+2+141=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #46028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46028D is #B9FD72. Grayscale: #252525. Windows color (decimal): -12189043 or 9241158. OLE color: 9241158.

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

Color convert

RGB 70 2 141 -
CMYK 0.50 0.99 0 0.45
HSL 269.35º 0.97% 0.28% -
HSV(B) 269.35º 0.99% 0.55% -
XYZ 7.36 3.27 25.44 -
YUV 38.18 186.03 150.7 -
System Red Green Blue C M Y K H S L
Decimal 70 2 141 0.50 0.99 0 0.45 269.35 0.97 0.28
Hex 46 2 8D 32 63 0 2D 10D 61 1C
Octal 106 2 215 62 143 0 55 415 141 34
Binary 1000110 10 10001101 110010 1100011 0 101101 100001101 1100001 11100

Color Harmonies of #46028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46028D

Black with #46028D

Text Example


Text Example

White with #46028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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