Html Css Color HEX #51089F Indigo

📋 copy color: '#51089F'

red 81 ◦ green 8 ◦ blue 159

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

Shades of Indigo #51089F

Tints of Indigo #51089F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.11%

R = 32.66%
G = 3.23%
B = 64.11%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51089F (or 0x51089F) is known color: Indigo. HEX triplet: 51, 08 and 9F. RGB value is (81,8,159). Sum of RGB (Red+Green+Blue) = 81+8+159=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #51089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51089F is #AEF760. Grayscale: #2E2E2E. Windows color (decimal): -11466593 or 10422353. OLE color: 10422353.

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

Color convert

RGB 81 8 159 -
CMYK 0.49 0.95 0 0.38
HSL 269.01º 0.9% 0.33% -
HSV(B) 269.01º 0.95% 0.62% -
XYZ 9.74 4.43 33.14 -
YUV 47.04 191.18 152.22 -
System Red Green Blue C M Y K H S L
Decimal 81 8 159 0.49 0.95 0 0.38 269.01 0.9 0.33
Hex 51 8 9F 31 5F 0 26 10D 5A 21
Octal 121 10 237 61 137 0 46 415 132 41
Binary 1010001 1000 10011111 110001 1011111 0 100110 100001101 1011010 100001

Color Harmonies of #51089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51089F

Black with #51089F

Text Example


Text Example

White with #51089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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