Html Css Color HEX #46158B Indigo

📋 copy color: '#46158B'

red 70 ◦ green 21 ◦ blue 139

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

Shades of Indigo #46158B

Tints of Indigo #46158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.13%

 BLUE value IS 139 (54.69% from 255) = 60.43%

R = 30.43%
G = 9.13%
B = 60.43%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46158B (or 0x46158B) is known color: Indigo. HEX triplet: 46, 15 and 8B. RGB value is (70,21,139). Sum of RGB (Red+Green+Blue) = 70+21+139=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #46158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46158B is #B9EA74. Grayscale: #303030. Windows color (decimal): -12184181 or 9114950. OLE color: 9114950.

HSL color Cylindrical-coordinate representation of color #46158B: hue angle of 264.92º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46158B is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 21 139 -
CMYK 0.50 0.85 0 0.45
HSL 264.92º 0.74% 0.31% -
HSV(B) 264.92º 0.85% 0.55% -
XYZ 7.45 3.7 24.75 -
YUV 49.1 178.73 142.91 -
System Red Green Blue C M Y K H S L
Decimal 70 21 139 0.50 0.85 0 0.45 264.92 0.74 0.31
Hex 46 15 8B 32 55 0 2D 109 4A 1F
Octal 106 25 213 62 125 0 55 411 112 37
Binary 1000110 10101 10001011 110010 1010101 0 101101 100001001 1001010 11111

Color Harmonies of #46158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46158B

Black with #46158B

Text Example


Text Example

White with #46158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,21,139); }

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

background-color css

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

 a { background-color: rgb(70,21,139); }

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

border-color css

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

 span { border-color: rgb(70,21,139); }

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