Html Css Color HEX #46056A Indigo

📋 copy color: '#46056A'

red 70 ◦ green 5 ◦ blue 106

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

Shades of Indigo #46056A

Tints of Indigo #46056A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 58.56%

R = 38.67%
G = 2.76%
B = 58.56%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46056A (or 0x46056A) is known color: Indigo. HEX triplet: 46, 05 and 6A. RGB value is (70,5,106). Sum of RGB (Red+Green+Blue) = 70+5+106=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 106 (41.80% from 255 or 58.56% from 181); Max value from RGB is 106 - color contains mainly: blue. Hex color #46056A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46056A is #B9FA95. Grayscale: #232323. Windows color (decimal): -12188310 or 6948166. OLE color: 6948166.

HSL color Cylindrical-coordinate representation of color #46056A: hue angle of 278.61º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46056A is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 5 106 -
CMYK 0.34 0.95 0 0.58
HSL 278.61º 0.91% 0.22% -
HSV(B) 278.61º 0.95% 0.42% -
XYZ 5.18 2.45 13.84 -
YUV 35.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 70 5 106 0.34 0.95 0 0.58 278.61 0.91 0.22
Hex 46 5 6A 22 5F 0 3A 117 5B 16
Octal 106 5 152 42 137 0 72 427 133 26
Binary 1000110 101 1101010 100010 1011111 0 111010 100010111 1011011 10110

Color Harmonies of #46056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46056A

Black with #46056A

Text Example


Text Example

White with #46056A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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