Html Css Color HEX #46009F Indigo

📋 copy color: '#46009F'

red 70 ◦ green 0 ◦ blue 159

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

Shades of Indigo #46009F

Tints of Indigo #46009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 69.43%

R = 30.57%
G = 0%
B = 69.43%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46009F (or 0x46009F) is known color: Indigo. HEX triplet: 46, 00 and 9F. RGB value is (70,0,159). Sum of RGB (Red+Green+Blue) = 70+0+159=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #46009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46009F is #B9FF60. Grayscale: #262626. Windows color (decimal): -12189537 or 10420294. OLE color: 10420294.

HSL color Cylindrical-coordinate representation of color #46009F: hue angle of 266.42º 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 #46009F is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 0 159 -
CMYK 0.56 1 0 0.38
HSL 266.42º 1% 0.31% -
HSV(B) 266.42º 1% 0.62% -
XYZ 8.78 3.81 33.07 -
YUV 39.06 195.69 150.07 -
System Red Green Blue C M Y K H S L
Decimal 70 0 159 0.56 1 0 0.38 266.42 1 0.31
Hex 46 0 9F 38 64 0 26 10A 64 1F
Octal 106 0 237 70 144 0 46 412 144 37
Binary 1000110 0 10011111 111000 1100100 0 100110 100001010 1100100 11111

Color Harmonies of #46009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46009F

Black with #46009F

Text Example


Text Example

White with #46009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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