Html Css Color HEX #46129A Indigo

📋 copy color: '#46129A'

red 70 ◦ green 18 ◦ blue 154

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

Shades of Indigo #46129A

Tints of Indigo #46129A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.64%

R = 28.93%
G = 7.44%
B = 63.64%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#46129A (or 0x46129A) is known color: Indigo. HEX triplet: 46, 12 and 9A. RGB value is (70,18,154). Sum of RGB (Red+Green+Blue) = 70+18+154=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #46129A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46129A is #B9ED65. Grayscale: #303030. Windows color (decimal): -12184934 or 10097222. OLE color: 10097222.

HSL color Cylindrical-coordinate representation of color #46129A: hue angle of 262.94º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46129A is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 18 154 -
CMYK 0.55 0.88 0 0.40
HSL 262.94º 0.79% 0.34% -
HSV(B) 262.94º 0.88% 0.6% -
XYZ 8.57 4.07 30.91 -
YUV 49.05 187.23 142.94 -
System Red Green Blue C M Y K H S L
Decimal 70 18 154 0.55 0.88 0 0.40 262.94 0.79 0.34
Hex 46 12 9A 37 58 0 28 107 4F 22
Octal 106 22 232 67 130 0 50 407 117 42
Binary 1000110 10010 10011010 110111 1011000 0 101000 100000111 1001111 100010

Color Harmonies of #46129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46129A

Black with #46129A

Text Example


Text Example

White with #46129A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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