Html Css Color HEX #46087D Indigo

📋 copy color: '#46087D'

red 70 ◦ green 8 ◦ blue 125

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

Shades of Indigo #46087D

Tints of Indigo #46087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 61.58%

R = 34.48%
G = 3.94%
B = 61.58%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46087D (or 0x46087D) is known color: Indigo. HEX triplet: 46, 08 and 7D. RGB value is (70,8,125). Sum of RGB (Red+Green+Blue) = 70+8+125=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #46087D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46087D is #B9F782. Grayscale: #272727. Windows color (decimal): -12187523 or 8194118. OLE color: 8194118.

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

Color convert

RGB 70 8 125 -
CMYK 0.44 0.94 0 0.51
HSL 271.79º 0.88% 0.26% -
HSV(B) 271.79º 0.94% 0.49% -
XYZ 6.31 2.96 19.64 -
YUV 39.88 176.04 149.49 -
System Red Green Blue C M Y K H S L
Decimal 70 8 125 0.44 0.94 0 0.51 271.79 0.88 0.26
Hex 46 8 7D 2C 5E 0 33 110 58 1A
Octal 106 10 175 54 136 0 63 420 130 32
Binary 1000110 1000 1111101 101100 1011110 0 110011 100010000 1011000 11010

Color Harmonies of #46087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46087D

Black with #46087D

Text Example


Text Example

White with #46087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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