Html Css Color HEX #51089D Indigo

📋 copy color: '#51089D'

red 81 ◦ green 8 ◦ blue 157

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

Shades of Indigo #51089D

Tints of Indigo #51089D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.82%

R = 32.93%
G = 3.25%
B = 63.82%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51089D (or 0x51089D) is known color: Indigo. HEX triplet: 51, 08 and 9D. RGB value is (81,8,157). Sum of RGB (Red+Green+Blue) = 81+8+157=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #51089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51089D is #AEF762. Grayscale: #2E2E2E. Windows color (decimal): -11466595 or 10291281. OLE color: 10291281.

HSL color Cylindrical-coordinate representation of color #51089D: hue angle of 269.4º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51089D is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 8 157 -
CMYK 0.48 0.95 0 0.38
HSL 269.4º 0.9% 0.32% -
HSV(B) 269.4º 0.95% 0.62% -
XYZ 9.57 4.36 32.24 -
YUV 46.81 190.18 152.38 -
System Red Green Blue C M Y K H S L
Decimal 81 8 157 0.48 0.95 0 0.38 269.4 0.9 0.32
Hex 51 8 9D 30 5F 0 26 10D 5A 20
Octal 121 10 235 60 137 0 46 415 132 40
Binary 1010001 1000 10011101 110000 1011111 0 100110 100001101 1011010 100000

Color Harmonies of #51089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51089D

Black with #51089D

Text Example


Text Example

White with #51089D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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