Html Css Color HEX #46129F Indigo

📋 copy color: '#46129F'

red 70 ◦ green 18 ◦ blue 159

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

Shades of Indigo #46129F

Tints of Indigo #46129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.29%

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

R = 28.34%
G = 7.29%
B = 64.37%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46129F (or 0x46129F) is known color: Indigo. HEX triplet: 46, 12 and 9F. RGB value is (70,18,159). Sum of RGB (Red+Green+Blue) = 70+18+159=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #46129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46129F is #B9ED60. Grayscale: #313131. Windows color (decimal): -12184929 or 10424902. OLE color: 10424902.

HSL color Cylindrical-coordinate representation of color #46129F: hue angle of 262.13º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46129F is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 18 159 -
CMYK 0.56 0.89 0 0.38
HSL 262.13º 0.8% 0.35% -
HSV(B) 262.13º 0.89% 0.62% -
XYZ 9 4.24 33.14 -
YUV 49.62 189.73 142.54 -
System Red Green Blue C M Y K H S L
Decimal 70 18 159 0.56 0.89 0 0.38 262.13 0.8 0.35
Hex 46 12 9F 38 59 0 26 106 50 23
Octal 106 22 237 70 131 0 46 406 120 43
Binary 1000110 10010 10011111 111000 1011001 0 100110 100000110 1010000 100011

Color Harmonies of #46129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46129F

Black with #46129F

Text Example


Text Example

White with #46129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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