Html Css Color HEX #510885 Indigo

📋 copy color: '#510885'

red 81 ◦ green 8 ◦ blue 133

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

Shades of Indigo #510885

Tints of Indigo #510885

RGB

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

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

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

R = 36.49%
G = 3.6%
B = 59.91%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#510885 (or 0x510885) is known color: Indigo. HEX triplet: 51, 08 and 85. RGB value is (81,8,133). Sum of RGB (Red+Green+Blue) = 81+8+133=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #510885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510885 is #AEF77A. Grayscale: #2B2B2B. Windows color (decimal): -11466619 or 8718417. OLE color: 8718417.

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

Color convert

RGB 81 8 133 -
CMYK 0.39 0.94 0 0.48
HSL 275.04º 0.89% 0.28% -
HSV(B) 275.04º 0.94% 0.52% -
XYZ 7.71 3.62 22.48 -
YUV 44.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 81 8 133 0.39 0.94 0 0.48 275.04 0.89 0.28
Hex 51 8 85 27 5E 0 30 113 59 1C
Octal 121 10 205 47 136 0 60 423 131 34
Binary 1010001 1000 10000101 100111 1011110 0 110000 100010011 1011001 11100

Color Harmonies of #510885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510885

Black with #510885

Text Example


Text Example

White with #510885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510885; }

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

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

background-color css

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

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

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

border-color css

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

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

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