Html Css Color HEX #46087F Indigo

📋 copy color: '#46087F'

red 70 ◦ green 8 ◦ blue 127

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

Shades of Indigo #46087F

Tints of Indigo #46087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.9%

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

R = 34.15%
G = 3.9%
B = 61.95%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46087F (or 0x46087F) is known color: Indigo. HEX triplet: 46, 08 and 7F. RGB value is (70,8,127). Sum of RGB (Red+Green+Blue) = 70+8+127=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #46087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46087F is #B9F780. Grayscale: #272727. Windows color (decimal): -12187521 or 8325190. OLE color: 8325190.

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

Color convert

RGB 70 8 127 -
CMYK 0.45 0.94 0 0.50
HSL 271.26º 0.88% 0.26% -
HSV(B) 271.26º 0.94% 0.5% -
XYZ 6.44 3.01 20.32 -
YUV 40.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 70 8 127 0.45 0.94 0 0.50 271.26 0.88 0.26
Hex 46 8 7F 2D 5E 0 32 10F 58 1A
Octal 106 10 177 55 136 0 62 417 130 32
Binary 1000110 1000 1111111 101101 1011110 0 110010 100001111 1011000 11010

Color Harmonies of #46087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46087F

Black with #46087F

Text Example


Text Example

White with #46087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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