Html Css Color HEX #51087C Indigo

📋 copy color: '#51087C'

red 81 ◦ green 8 ◦ blue 124

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

Shades of Indigo #51087C

Tints of Indigo #51087C

RGB

 RED value IS 81 (32.03% from 255) = 38.03%

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

 BLUE value IS 124 (48.83% from 255) = 58.22%

R = 38.03%
G = 3.76%
B = 58.22%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51087C (or 0x51087C) is known color: Indigo. HEX triplet: 51, 08 and 7C. RGB value is (81,8,124). Sum of RGB (Red+Green+Blue) = 81+8+124=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #51087C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51087C is #AEF783. Grayscale: #2A2A2A. Windows color (decimal): -11466628 or 8128593. OLE color: 8128593.

HSL color Cylindrical-coordinate representation of color #51087C: hue angle of 277.76º 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 #51087C is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 8 124 -
CMYK 0.35 0.94 0 0.51
HSL 277.76º 0.88% 0.26% -
HSV(B) 277.76º 0.94% 0.49% -
XYZ 7.12 3.38 19.35 -
YUV 43.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 81 8 124 0.35 0.94 0 0.51 277.76 0.88 0.26
Hex 51 8 7C 23 5E 0 33 116 58 1A
Octal 121 10 174 43 136 0 63 426 130 32
Binary 1010001 1000 1111100 100011 1011110 0 110011 100010110 1011000 11010

Color Harmonies of #51087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51087C

Black with #51087C

Text Example


Text Example

White with #51087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51087C; }

 p { color: rgb(81,8,124); }

 H1.HeaderClassName
 {
   color: #51087C;
 }
 .AnyTagClassName
 {
   color: #51087C;
 }
</style>

background-color css

<style>
 a { background-color: #51087C; }

 a { background-color: rgb(81,8,124); }

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

border-color css

<style>
 span { border-color: #51087C; }

 span { border-color: rgb(81,8,124); }

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