Html Css Color HEX #46107F Indigo

📋 copy color: '#46107F'

red 70 ◦ green 16 ◦ blue 127

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

Shades of Indigo #46107F

Tints of Indigo #46107F

RGB

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

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

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

R = 32.86%
G = 7.51%
B = 59.62%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46107F (or 0x46107F) is known color: Indigo. HEX triplet: 46, 10 and 7F. RGB value is (70,16,127). Sum of RGB (Red+Green+Blue) = 70+16+127=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #46107F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46107F is #B9EF80. Grayscale: #2C2C2C. Windows color (decimal): -12185473 or 8327238. OLE color: 8327238.

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

Color convert

RGB 70 16 127 -
CMYK 0.45 0.87 0 0.50
HSL 269.19º 0.78% 0.28% -
HSV(B) 269.19º 0.87% 0.5% -
XYZ 6.54 3.2 20.35 -
YUV 44.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 70 16 127 0.45 0.87 0 0.50 269.19 0.78 0.28
Hex 46 10 7F 2D 57 0 32 10D 4E 1C
Octal 106 20 177 55 127 0 62 415 116 34
Binary 1000110 10000 1111111 101101 1010111 0 110010 100001101 1001110 11100

Color Harmonies of #46107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46107F

Black with #46107F

Text Example


Text Example

White with #46107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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