Html Css Color HEX #46056F Indigo

📋 copy color: '#46056F'

red 70 ◦ green 5 ◦ blue 111

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

Shades of Indigo #46056F

Tints of Indigo #46056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 59.68%

R = 37.63%
G = 2.69%
B = 59.68%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#46056F (or 0x46056F) is known color: Indigo. HEX triplet: 46, 05 and 6F. RGB value is (70,5,111). Sum of RGB (Red+Green+Blue) = 70+5+111=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #46056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46056F is #B9FA90. Grayscale: #242424. Windows color (decimal): -12188305 or 7275846. OLE color: 7275846.

HSL color Cylindrical-coordinate representation of color #46056F: hue angle of 276.79º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46056F is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 5 111 -
CMYK 0.37 0.95 0 0.56
HSL 276.79º 0.91% 0.23% -
HSV(B) 276.79º 0.95% 0.44% -
XYZ 5.45 2.56 15.25 -
YUV 36.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 70 5 111 0.37 0.95 0 0.56 276.79 0.91 0.23
Hex 46 5 6F 25 5F 0 38 115 5B 17
Octal 106 5 157 45 137 0 70 425 133 27
Binary 1000110 101 1101111 100101 1011111 0 111000 100010101 1011011 10111

Color Harmonies of #46056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46056F

Black with #46056F

Text Example


Text Example

White with #46056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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