Html Css Color HEX #46047D Indigo

📋 copy color: '#46047D'

red 70 ◦ green 4 ◦ blue 125

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

Shades of Indigo #46047D

Tints of Indigo #46047D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 62.81%

R = 35.18%
G = 2.01%
B = 62.81%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46047D (or 0x46047D) is known color: Indigo. HEX triplet: 46, 04 and 7D. RGB value is (70,4,125). Sum of RGB (Red+Green+Blue) = 70+4+125=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #46047D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46047D is #B9FB82. Grayscale: #252525. Windows color (decimal): -12188547 or 8193094. OLE color: 8193094.

HSL color Cylindrical-coordinate representation of color #46047D: hue angle of 272.73º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46047D is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 4 125 -
CMYK 0.44 0.97 0 0.51
HSL 272.73º 0.94% 0.25% -
HSV(B) 272.73º 0.97% 0.49% -
XYZ 6.27 2.87 19.63 -
YUV 37.53 177.37 151.16 -
System Red Green Blue C M Y K H S L
Decimal 70 4 125 0.44 0.97 0 0.51 272.73 0.94 0.25
Hex 46 4 7D 2C 61 0 33 111 5E 19
Octal 106 4 175 54 141 0 63 421 136 31
Binary 1000110 100 1111101 101100 1100001 0 110011 100010001 1011110 11001

Color Harmonies of #46047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46047D

Black with #46047D

Text Example


Text Example

White with #46047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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