Html Css Color HEX #46017F Indigo

📋 copy color: '#46017F'

red 70 ◦ green 1 ◦ blue 127

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

Shades of Indigo #46017F

Tints of Indigo #46017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 64.14%

R = 35.35%
G = 0.51%
B = 64.14%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46017F (or 0x46017F) is known color: Indigo. HEX triplet: 46, 01 and 7F. RGB value is (70,1,127). Sum of RGB (Red+Green+Blue) = 70+1+127=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #46017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46017F is #B9FE80. Grayscale: #232323. Windows color (decimal): -12189313 or 8323398. OLE color: 8323398.

HSL color Cylindrical-coordinate representation of color #46017F: hue angle of 272.86º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46017F is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 1 127 -
CMYK 0.45 0.99 0 0.50
HSL 272.86º 0.98% 0.25% -
HSV(B) 272.86º 0.99% 0.5% -
XYZ 6.37 2.86 20.29 -
YUV 36 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 70 1 127 0.45 0.99 0 0.50 272.86 0.98 0.25
Hex 46 1 7F 2D 63 0 32 111 62 19
Octal 106 1 177 55 143 0 62 421 142 31
Binary 1000110 1 1111111 101101 1100011 0 110010 100010001 1100010 11001

Color Harmonies of #46017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46017F

Black with #46017F

Text Example


Text Example

White with #46017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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