Html Css Color HEX #46019F Indigo

📋 copy color: '#46019F'

red 70 ◦ green 1 ◦ blue 159

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

Shades of Indigo #46019F

Tints of Indigo #46019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 30.43%
G = 0.43%
B = 69.13%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46019F (or 0x46019F) is known color: Indigo. HEX triplet: 46, 01 and 9F. RGB value is (70,1,159). Sum of RGB (Red+Green+Blue) = 70+1+159=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 159 (62.5% from 255 or 69.13% from 230); Max value from RGB is 159 - color contains mainly: blue. Hex color #46019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46019F is #B9FE60. Grayscale: #272727. Windows color (decimal): -12189281 or 10420550. OLE color: 10420550.

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

Color convert

RGB 70 1 159 -
CMYK 0.56 0.99 0 0.38
HSL 266.2º 0.99% 0.31% -
HSV(B) 266.2º 0.99% 0.62% -
XYZ 8.79 3.83 33.08 -
YUV 39.64 195.36 149.65 -
System Red Green Blue C M Y K H S L
Decimal 70 1 159 0.56 0.99 0 0.38 266.2 0.99 0.31
Hex 46 1 9F 38 63 0 26 10A 63 1F
Octal 106 1 237 70 143 0 46 412 143 37
Binary 1000110 1 10011111 111000 1100011 0 100110 100001010 1100011 11111

Color Harmonies of #46019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46019F

Black with #46019F

Text Example


Text Example

White with #46019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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