Html Css Color HEX #51087A Indigo

📋 copy color: '#51087A'

red 81 ◦ green 8 ◦ blue 122

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

Shades of Indigo #51087A

Tints of Indigo #51087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 57.82%

R = 38.39%
G = 3.79%
B = 57.82%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51087A (or 0x51087A) is known color: Indigo. HEX triplet: 51, 08 and 7A. RGB value is (81,8,122). Sum of RGB (Red+Green+Blue) = 81+8+122=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #51087A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51087A is #AEF785. Grayscale: #2A2A2A. Windows color (decimal): -11466630 or 7997521. OLE color: 7997521.

HSL color Cylindrical-coordinate representation of color #51087A: hue angle of 278.42º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #51087A is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 8 122 -
CMYK 0.34 0.93 0 0.52
HSL 278.42º 0.88% 0.25% -
HSV(B) 278.42º 0.93% 0.48% -
XYZ 6.99 3.33 18.69 -
YUV 42.82 172.68 155.23 -
System Red Green Blue C M Y K H S L
Decimal 81 8 122 0.34 0.93 0 0.52 278.42 0.88 0.25
Hex 51 8 7A 22 5D 0 34 116 58 19
Octal 121 10 172 42 135 0 64 426 130 31
Binary 1010001 1000 1111010 100010 1011101 0 110100 100010110 1011000 11001

Color Harmonies of #51087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51087A

Black with #51087A

Text Example


Text Example

White with #51087A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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