Html Css Color HEX #46129B Indigo

📋 copy color: '#46129B'

red 70 ◦ green 18 ◦ blue 155

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

Shades of Indigo #46129B

Tints of Indigo #46129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.79%

R = 28.81%
G = 7.41%
B = 63.79%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46129B (or 0x46129B) is known color: Indigo. HEX triplet: 46, 12 and 9B. RGB value is (70,18,155). Sum of RGB (Red+Green+Blue) = 70+18+155=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #46129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46129B is #B9ED64. Grayscale: #303030. Windows color (decimal): -12184933 or 10162758. OLE color: 10162758.

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

Color convert

RGB 70 18 155 -
CMYK 0.55 0.88 0 0.39
HSL 262.77º 0.79% 0.34% -
HSV(B) 262.77º 0.88% 0.61% -
XYZ 8.66 4.1 31.35 -
YUV 49.17 187.73 142.86 -
System Red Green Blue C M Y K H S L
Decimal 70 18 155 0.55 0.88 0 0.39 262.77 0.79 0.34
Hex 46 12 9B 37 58 0 27 107 4F 22
Octal 106 22 233 67 130 0 47 407 117 42
Binary 1000110 10010 10011011 110111 1011000 0 100111 100000111 1001111 100010

Color Harmonies of #46129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46129B

Black with #46129B

Text Example


Text Example

White with #46129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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