Html Css Color HEX #510785 Indigo

📋 copy color: '#510785'

red 81 ◦ green 7 ◦ blue 133

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

Shades of Indigo #510785

Tints of Indigo #510785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.17%

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

R = 36.65%
G = 3.17%
B = 60.18%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#510785 (or 0x510785) is known color: Indigo. HEX triplet: 51, 07 and 85. RGB value is (81,7,133). Sum of RGB (Red+Green+Blue) = 81+7+133=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #510785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510785 is #AEF87A. Grayscale: #2B2B2B. Windows color (decimal): -11466875 or 8718161. OLE color: 8718161.

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

Color convert

RGB 81 7 133 -
CMYK 0.39 0.95 0 0.48
HSL 275.24º 0.9% 0.27% -
HSV(B) 275.24º 0.95% 0.52% -
XYZ 7.7 3.59 22.48 -
YUV 43.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 81 7 133 0.39 0.95 0 0.48 275.24 0.9 0.27
Hex 51 7 85 27 5F 0 30 113 5A 1B
Octal 121 7 205 47 137 0 60 423 132 33
Binary 1010001 111 10000101 100111 1011111 0 110000 100010011 1011010 11011

Color Harmonies of #510785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510785

Black with #510785

Text Example


Text Example

White with #510785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510785; }

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

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

background-color css

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

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

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

border-color css

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

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

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