Html Css Color HEX #46027F Indigo

📋 copy color: '#46027F'

red 70 ◦ green 2 ◦ blue 127

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

Shades of Indigo #46027F

Tints of Indigo #46027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

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

R = 35.18%
G = 1.01%
B = 63.82%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46027F (or 0x46027F) is known color: Indigo. HEX triplet: 46, 02 and 7F. RGB value is (70,2,127). Sum of RGB (Red+Green+Blue) = 70+2+127=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #46027F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46027F is #B9FD80. Grayscale: #242424. Windows color (decimal): -12189057 or 8323654. OLE color: 8323654.

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

Color convert

RGB 70 2 127 -
CMYK 0.45 0.98 0 0.50
HSL 272.64º 0.97% 0.25% -
HSV(B) 272.64º 0.98% 0.5% -
XYZ 6.38 2.88 20.3 -
YUV 36.58 179.03 151.84 -
System Red Green Blue C M Y K H S L
Decimal 70 2 127 0.45 0.98 0 0.50 272.64 0.97 0.25
Hex 46 2 7F 2D 62 0 32 111 61 19
Octal 106 2 177 55 142 0 62 421 141 31
Binary 1000110 10 1111111 101101 1100010 0 110010 100010001 1100001 11001

Color Harmonies of #46027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46027F

Black with #46027F

Text Example


Text Example

White with #46027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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