Html Css Color HEX #51168F Indigo

📋 copy color: '#51168F'

red 81 ◦ green 22 ◦ blue 143

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

Shades of Indigo #51168F

Tints of Indigo #51168F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.94%

 BLUE value IS 143 (56.25% from 255) = 58.13%

R = 32.93%
G = 8.94%
B = 58.13%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51168F (or 0x51168F) is known color: Indigo. HEX triplet: 51, 16 and 8F. RGB value is (81,22,143). Sum of RGB (Red+Green+Blue) = 81+22+143=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #51168F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51168F is #AEE970. Grayscale: #353535. Windows color (decimal): -11463025 or 9377361. OLE color: 9377361.

HSL color Cylindrical-coordinate representation of color #51168F: hue angle of 269.26º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51168F is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 22 143 -
CMYK 0.43 0.85 0 0.44
HSL 269.26º 0.73% 0.32% -
HSV(B) 269.26º 0.85% 0.56% -
XYZ 8.64 4.31 26.36 -
YUV 53.44 178.55 147.66 -
System Red Green Blue C M Y K H S L
Decimal 81 22 143 0.43 0.85 0 0.44 269.26 0.73 0.32
Hex 51 16 8F 2B 55 0 2C 10D 49 20
Octal 121 26 217 53 125 0 54 415 111 40
Binary 1010001 10110 10001111 101011 1010101 0 101100 100001101 1001001 100000

Color Harmonies of #51168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51168F

Black with #51168F

Text Example


Text Example

White with #51168F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,22,143); }

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

background-color css

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

 a { background-color: rgb(81,22,143); }

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

border-color css

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

 span { border-color: rgb(81,22,143); }

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