Html Css Color HEX #46107E Indigo

📋 copy color: '#46107E'

red 70 ◦ green 16 ◦ blue 126

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

Shades of Indigo #46107E

Tints of Indigo #46107E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 59.43%

R = 33.02%
G = 7.55%
B = 59.43%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46107E (or 0x46107E) is known color: Indigo. HEX triplet: 46, 10 and 7E. RGB value is (70,16,126). Sum of RGB (Red+Green+Blue) = 70+16+126=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #46107E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46107E is #B9EF81. Grayscale: #2C2C2C. Windows color (decimal): -12185474 or 8261702. OLE color: 8261702.

HSL color Cylindrical-coordinate representation of color #46107E: hue angle of 269.45º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46107E is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 16 126 -
CMYK 0.44 0.87 0 0.51
HSL 269.45º 0.77% 0.28% -
HSV(B) 269.45º 0.87% 0.49% -
XYZ 6.48 3.18 20.01 -
YUV 44.69 173.89 146.06 -
System Red Green Blue C M Y K H S L
Decimal 70 16 126 0.44 0.87 0 0.51 269.45 0.77 0.28
Hex 46 10 7E 2C 57 0 33 10D 4D 1C
Octal 106 20 176 54 127 0 63 415 115 34
Binary 1000110 10000 1111110 101100 1010111 0 110011 100001101 1001101 11100

Color Harmonies of #46107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46107E

Black with #46107E

Text Example


Text Example

White with #46107E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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