Html Css Color HEX #46058B Indigo

📋 copy color: '#46058B'

red 70 ◦ green 5 ◦ blue 139

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

Shades of Indigo #46058B

Tints of Indigo #46058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

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

R = 32.71%
G = 2.34%
B = 64.95%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46058B (or 0x46058B) is known color: Indigo. HEX triplet: 46, 05 and 8B. RGB value is (70,5,139). Sum of RGB (Red+Green+Blue) = 70+5+139=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #46058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46058B is #B9FA74. Grayscale: #272727. Windows color (decimal): -12188277 or 9110854. OLE color: 9110854.

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

Color convert

RGB 70 5 139 -
CMYK 0.50 0.96 0 0.45
HSL 269.1º 0.93% 0.28% -
HSV(B) 269.1º 0.96% 0.55% -
XYZ 7.24 3.27 24.68 -
YUV 39.71 184.03 149.6 -
System Red Green Blue C M Y K H S L
Decimal 70 5 139 0.50 0.96 0 0.45 269.1 0.93 0.28
Hex 46 5 8B 32 60 0 2D 10D 5D 1C
Octal 106 5 213 62 140 0 55 415 135 34
Binary 1000110 101 10001011 110010 1100000 0 101101 100001101 1011101 11100

Color Harmonies of #46058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46058B

Black with #46058B

Text Example


Text Example

White with #46058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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