Html Css Color HEX #511888 Indigo

📋 copy color: '#511888'

red 81 ◦ green 24 ◦ blue 136

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

Shades of Indigo #511888

Tints of Indigo #511888

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.96%

 BLUE value IS 136 (53.52% from 255) = 56.43%

R = 33.61%
G = 9.96%
B = 56.43%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#511888 (or 0x511888) is known color: Indigo. HEX triplet: 51, 18 and 88. RGB value is (81,24,136). Sum of RGB (Red+Green+Blue) = 81+24+136=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #511888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511888 is #AEE777. Grayscale: #353535. Windows color (decimal): -11462520 or 8919121. OLE color: 8919121.

HSL color Cylindrical-coordinate representation of color #511888: hue angle of 270.54º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511888 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 24 136 -
CMYK 0.40 0.82 0 0.47
HSL 270.54º 0.7% 0.31% -
HSV(B) 270.54º 0.82% 0.53% -
XYZ 8.16 4.18 23.67 -
YUV 53.81 174.38 147.39 -
System Red Green Blue C M Y K H S L
Decimal 81 24 136 0.40 0.82 0 0.47 270.54 0.7 0.31
Hex 51 18 88 28 52 0 2F 10F 46 1F
Octal 121 30 210 50 122 0 57 417 106 37
Binary 1010001 11000 10001000 101000 1010010 0 101111 100001111 1000110 11111

Color Harmonies of #511888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511888

Black with #511888

Text Example


Text Example

White with #511888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511888; }

 p { color: rgb(81,24,136); }

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

background-color css

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

 a { background-color: rgb(81,24,136); }

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

border-color css

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

 span { border-color: rgb(81,24,136); }

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