Html Css Color HEX #46109F Indigo

📋 copy color: '#46109F'

red 70 ◦ green 16 ◦ blue 159

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

Shades of Indigo #46109F

Tints of Indigo #46109F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.53%

 BLUE value IS 159 (62.5% from 255) = 64.9%

R = 28.57%
G = 6.53%
B = 64.9%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46109F (or 0x46109F) is known color: Indigo. HEX triplet: 46, 10 and 9F. RGB value is (70,16,159). Sum of RGB (Red+Green+Blue) = 70+16+159=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #46109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46109F is #B9EF60. Grayscale: #2F2F2F. Windows color (decimal): -12185441 or 10424390. OLE color: 10424390.

HSL color Cylindrical-coordinate representation of color #46109F: hue angle of 262.66º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46109F is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 16 159 -
CMYK 0.56 0.90 0 0.38
HSL 262.66º 0.82% 0.34% -
HSV(B) 262.66º 0.9% 0.62% -
XYZ 8.97 4.18 33.13 -
YUV 48.45 190.39 143.37 -
System Red Green Blue C M Y K H S L
Decimal 70 16 159 0.56 0.90 0 0.38 262.66 0.82 0.34
Hex 46 10 9F 38 5A 0 26 107 52 22
Octal 106 20 237 70 132 0 46 407 122 42
Binary 1000110 10000 10011111 111000 1011010 0 100110 100000111 1010010 100010

Color Harmonies of #46109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46109F

Black with #46109F

Text Example


Text Example

White with #46109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,16,159); }

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

background-color css

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

 a { background-color: rgb(70,16,159); }

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

border-color css

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

 span { border-color: rgb(70,16,159); }

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