Html Css Color HEX #46129E Indigo

📋 copy color: '#46129E'

red 70 ◦ green 18 ◦ blue 158

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

Shades of Indigo #46129E

Tints of Indigo #46129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 64.23%

R = 28.46%
G = 7.32%
B = 64.23%

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

#46129E (or 0x46129E) is known color: Indigo. HEX triplet: 46, 12 and 9E. RGB value is (70,18,158). Sum of RGB (Red+Green+Blue) = 70+18+158=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #46129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46129E is #B9ED61. Grayscale: #313131. Windows color (decimal): -12184930 or 10359366. OLE color: 10359366.

HSL color Cylindrical-coordinate representation of color #46129E: hue angle of 262.29º 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 #46129E is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 18 158 -
CMYK 0.56 0.89 0 0.38
HSL 262.29º 0.8% 0.35% -
HSV(B) 262.29º 0.89% 0.62% -
XYZ 8.91 4.2 32.69 -
YUV 49.51 189.23 142.62 -
System Red Green Blue C M Y K H S L
Decimal 70 18 158 0.56 0.89 0 0.38 262.29 0.8 0.35
Hex 46 12 9E 38 59 0 26 106 50 23
Octal 106 22 236 70 131 0 46 406 120 43
Binary 1000110 10010 10011110 111000 1011001 0 100110 100000110 1010000 100011

Color Harmonies of #46129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46129E

Black with #46129E

Text Example


Text Example

White with #46129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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