Html Css Color HEX #46009B Indigo

📋 copy color: '#46009B'

red 70 ◦ green 0 ◦ blue 155

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

Shades of Indigo #46009B

Tints of Indigo #46009B

RGB

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

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

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

R = 31.11%
G = 0%
B = 68.89%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46009B (or 0x46009B) is known color: Indigo. HEX triplet: 46, 00 and 9B. RGB value is (70,0,155). Sum of RGB (Red+Green+Blue) = 70+0+155=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #46009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46009B is #B9FF64. Grayscale: #262626. Windows color (decimal): -12189541 or 10158150. OLE color: 10158150.

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

Color convert

RGB 70 0 155 -
CMYK 0.55 1 0 0.39
HSL 267.1º 1% 0.3% -
HSV(B) 267.1º 1% 0.61% -
XYZ 8.44 3.67 31.27 -
YUV 38.6 193.69 150.4 -
System Red Green Blue C M Y K H S L
Decimal 70 0 155 0.55 1 0 0.39 267.1 1 0.3
Hex 46 0 9B 37 64 0 27 10B 64 1E
Octal 106 0 233 67 144 0 47 413 144 36
Binary 1000110 0 10011011 110111 1100100 0 100111 100001011 1100100 11110

Color Harmonies of #46009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46009B

Black with #46009B

Text Example


Text Example

White with #46009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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