Html Css Color HEX #46009D Indigo

📋 copy color: '#46009D'

red 70 ◦ green 0 ◦ blue 157

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

Shades of Indigo #46009D

Tints of Indigo #46009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 69.16%

R = 30.84%
G = 0%
B = 69.16%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46009D (or 0x46009D) is known color: Indigo. HEX triplet: 46, 00 and 9D. RGB value is (70,0,157). Sum of RGB (Red+Green+Blue) = 70+0+157=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 157 (61.72% from 255 or 69.16% from 227); Max value from RGB is 157 - color contains mainly: blue. Hex color #46009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46009D is #B9FF62. Grayscale: #262626. Windows color (decimal): -12189539 or 10289222. OLE color: 10289222.

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

Color convert

RGB 70 0 157 -
CMYK 0.55 1 0 0.38
HSL 266.75º 1% 0.31% -
HSV(B) 266.75º 1% 0.62% -
XYZ 8.61 3.74 32.17 -
YUV 38.83 194.69 150.23 -
System Red Green Blue C M Y K H S L
Decimal 70 0 157 0.55 1 0 0.38 266.75 1 0.31
Hex 46 0 9D 37 64 0 26 10B 64 1F
Octal 106 0 235 67 144 0 46 413 144 37
Binary 1000110 0 10011101 110111 1100100 0 100110 100001011 1100100 11111

Color Harmonies of #46009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46009D

Black with #46009D

Text Example


Text Example

White with #46009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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