Html Css Color HEX #46037F Indigo

📋 copy color: '#46037F'

red 70 ◦ green 3 ◦ blue 127

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

Shades of Indigo #46037F

Tints of Indigo #46037F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.5%

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

R = 35%
G = 1.5%
B = 63.5%

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

#46037F (or 0x46037F) is known color: Indigo. HEX triplet: 46, 03 and 7F. RGB value is (70,3,127). Sum of RGB (Red+Green+Blue) = 70+3+127=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #46037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46037F is #B9FC80. Grayscale: #242424. Windows color (decimal): -12188801 or 8323910. OLE color: 8323910.

HSL color Cylindrical-coordinate representation of color #46037F: hue angle of 272.42º degrees, saturation: 0.95, 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 #46037F is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 3 127 -
CMYK 0.45 0.98 0 0.50
HSL 272.42º 0.95% 0.25% -
HSV(B) 272.42º 0.98% 0.5% -
XYZ 6.39 2.9 20.3 -
YUV 37.17 178.7 151.42 -
System Red Green Blue C M Y K H S L
Decimal 70 3 127 0.45 0.98 0 0.50 272.42 0.95 0.25
Hex 46 3 7F 2D 62 0 32 110 5F 19
Octal 106 3 177 55 142 0 62 420 137 31
Binary 1000110 11 1111111 101101 1100010 0 110010 100010000 1011111 11001

Color Harmonies of #46037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46037F

Black with #46037F

Text Example


Text Example

White with #46037F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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