Html Css Color HEX #46019B Indigo

📋 copy color: '#46019B'

red 70 ◦ green 1 ◦ blue 155

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

Shades of Indigo #46019B

Tints of Indigo #46019B

RGB

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

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

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

R = 30.97%
G = 0.44%
B = 68.58%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46019B (or 0x46019B) is known color: Indigo. HEX triplet: 46, 01 and 9B. RGB value is (70,1,155). Sum of RGB (Red+Green+Blue) = 70+1+155=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #46019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46019B is #B9FE64. Grayscale: #262626. Windows color (decimal): -12189285 or 10158406. OLE color: 10158406.

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

Color convert

RGB 70 1 155 -
CMYK 0.55 0.99 0 0.39
HSL 266.88º 0.99% 0.31% -
HSV(B) 266.88º 0.99% 0.61% -
XYZ 8.45 3.69 31.28 -
YUV 39.19 193.36 149.98 -
System Red Green Blue C M Y K H S L
Decimal 70 1 155 0.55 0.99 0 0.39 266.88 0.99 0.31
Hex 46 1 9B 37 63 0 27 10B 63 1F
Octal 106 1 233 67 143 0 47 413 143 37
Binary 1000110 1 10011011 110111 1100011 0 100111 100001011 1100011 11111

Color Harmonies of #46019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46019B

Black with #46019B

Text Example


Text Example

White with #46019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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