Html Css Color HEX #510184 Indigo

📋 copy color: '#510184'

red 81 ◦ green 1 ◦ blue 132

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

Shades of Indigo #510184

Tints of Indigo #510184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 132 (51.95% from 255) = 61.68%

R = 37.85%
G = 0.47%
B = 61.68%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#510184 (or 0x510184) is known color: Indigo. HEX triplet: 51, 01 and 84. RGB value is (81,1,132). Sum of RGB (Red+Green+Blue) = 81+1+132=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #510184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510184 is #AEFE7B. Grayscale: #272727. Windows color (decimal): -11468412 or 8651089. OLE color: 8651089.

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

Color convert

RGB 81 1 132 -
CMYK 0.39 0.99 0 0.48
HSL 276.64º 0.98% 0.26% -
HSV(B) 276.64º 0.99% 0.52% -
XYZ 7.57 3.44 22.09 -
YUV 39.85 180 157.35 -
System Red Green Blue C M Y K H S L
Decimal 81 1 132 0.39 0.99 0 0.48 276.64 0.98 0.26
Hex 51 1 84 27 63 0 30 115 62 1A
Octal 121 1 204 47 143 0 60 425 142 32
Binary 1010001 1 10000100 100111 1100011 0 110000 100010101 1100010 11010

Color Harmonies of #510184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510184

Black with #510184

Text Example


Text Example

White with #510184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510184; }

 p { color: rgb(81,1,132); }

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

background-color css

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

 a { background-color: rgb(81,1,132); }

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

border-color css

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

 span { border-color: rgb(81,1,132); }

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