Html Css Color HEX #46047F Indigo

📋 copy color: '#46047F'

red 70 ◦ green 4 ◦ blue 127

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

Shades of Indigo #46047F

Tints of Indigo #46047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 63.18%

R = 34.83%
G = 1.99%
B = 63.18%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46047F (or 0x46047F) is known color: Indigo. HEX triplet: 46, 04 and 7F. RGB value is (70,4,127). Sum of RGB (Red+Green+Blue) = 70+4+127=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #46047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46047F is #B9FB80. Grayscale: #252525. Windows color (decimal): -12188545 or 8324166. OLE color: 8324166.

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

Color convert

RGB 70 4 127 -
CMYK 0.45 0.97 0 0.50
HSL 272.2º 0.94% 0.26% -
HSV(B) 272.2º 0.97% 0.5% -
XYZ 6.4 2.92 20.31 -
YUV 37.76 178.37 151 -
System Red Green Blue C M Y K H S L
Decimal 70 4 127 0.45 0.97 0 0.50 272.2 0.94 0.26
Hex 46 4 7F 2D 61 0 32 110 5E 1A
Octal 106 4 177 55 141 0 62 420 136 32
Binary 1000110 100 1111111 101101 1100001 0 110010 100010000 1011110 11010

Color Harmonies of #46047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46047F

Black with #46047F

Text Example


Text Example

White with #46047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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