Html Css Color HEX #510085 Indigo

📋 copy color: '#510085'

red 81 ◦ green 0 ◦ blue 133

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

Shades of Indigo #510085

Tints of Indigo #510085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.85%
G = 0%
B = 62.15%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#510085 (or 0x510085) is known color: Indigo. HEX triplet: 51, 00 and 85. RGB value is (81,0,133). Sum of RGB (Red+Green+Blue) = 81+0+133=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #510085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510085 is #AEFF7A. Grayscale: #262626. Windows color (decimal): -11468667 or 8716369. OLE color: 8716369.

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

Color convert

RGB 81 0 133 -
CMYK 0.39 1 0 0.48
HSL 276.54º 1% 0.26% -
HSV(B) 276.54º 1% 0.52% -
XYZ 7.63 3.44 22.45 -
YUV 39.38 180.84 157.69 -
System Red Green Blue C M Y K H S L
Decimal 81 0 133 0.39 1 0 0.48 276.54 1 0.26
Hex 51 0 85 27 64 0 30 115 64 1A
Octal 121 0 205 47 144 0 60 425 144 32
Binary 1010001 0 10000101 100111 1100100 0 110000 100010101 1100100 11010

Color Harmonies of #510085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510085

Black with #510085

Text Example


Text Example

White with #510085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510085; }

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

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

background-color css

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

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

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

border-color css

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

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

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