Html Css Color HEX #46008B Indigo

📋 copy color: '#46008B'

red 70 ◦ green 0 ◦ blue 139

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

Shades of Indigo #46008B

Tints of Indigo #46008B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.49%
G = 0%
B = 66.51%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46008B (or 0x46008B) is known color: Indigo. HEX triplet: 46, 00 and 8B. RGB value is (70,0,139). Sum of RGB (Red+Green+Blue) = 70+0+139=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #46008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46008B is #B9FF74. Grayscale: #242424. Windows color (decimal): -12189557 or 9109574. OLE color: 9109574.

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

Color convert

RGB 70 0 139 -
CMYK 0.50 1 0 0.45
HSL 270.22º 1% 0.27% -
HSV(B) 270.22º 1% 0.55% -
XYZ 7.19 3.17 24.66 -
YUV 36.78 185.69 151.7 -
System Red Green Blue C M Y K H S L
Decimal 70 0 139 0.50 1 0 0.45 270.22 1 0.27
Hex 46 0 8B 32 64 0 2D 10E 64 1B
Octal 106 0 213 62 144 0 55 416 144 33
Binary 1000110 0 10001011 110010 1100100 0 101101 100001110 1100100 11011

Color Harmonies of #46008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46008B

Black with #46008B

Text Example


Text Example

White with #46008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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