Html Css Color HEX #511885 Indigo

📋 copy color: '#511885'

red 81 ◦ green 24 ◦ blue 133

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

Shades of Indigo #511885

Tints of Indigo #511885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.88%

R = 34.03%
G = 10.08%
B = 55.88%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#511885 (or 0x511885) is known color: Indigo. HEX triplet: 51, 18 and 85. RGB value is (81,24,133). Sum of RGB (Red+Green+Blue) = 81+24+133=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #511885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511885 is #AEE77A. Grayscale: #353535. Windows color (decimal): -11462523 or 8722513. OLE color: 8722513.

HSL color Cylindrical-coordinate representation of color #511885: hue angle of 271.38º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511885 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 24 133 -
CMYK 0.39 0.82 0 0.48
HSL 271.38º 0.69% 0.31% -
HSV(B) 271.38º 0.82% 0.52% -
XYZ 7.95 4.1 22.56 -
YUV 53.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 81 24 133 0.39 0.82 0 0.48 271.38 0.69 0.31
Hex 51 18 85 27 52 0 30 10F 45 1F
Octal 121 30 205 47 122 0 60 417 105 37
Binary 1010001 11000 10000101 100111 1010010 0 110000 100001111 1000101 11111

Color Harmonies of #511885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511885

Black with #511885

Text Example


Text Example

White with #511885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511885; }

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

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

background-color css

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

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

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

border-color css

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

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

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