Html Css Color HEX #510284 Indigo

📋 copy color: '#510284'

red 81 ◦ green 2 ◦ blue 132

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

Shades of Indigo #510284

Tints of Indigo #510284

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 37.67%
G = 0.93%
B = 61.4%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#510284 (or 0x510284) is known color: Indigo. HEX triplet: 51, 02 and 84. RGB value is (81,2,132). Sum of RGB (Red+Green+Blue) = 81+2+132=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #510284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510284 is #AEFD7B. Grayscale: #282828. Windows color (decimal): -11468156 or 8651345. OLE color: 8651345.

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

Color convert

RGB 81 2 132 -
CMYK 0.39 0.98 0 0.48
HSL 276.46º 0.97% 0.26% -
HSV(B) 276.46º 0.98% 0.52% -
XYZ 7.58 3.46 22.1 -
YUV 40.44 179.67 156.93 -
System Red Green Blue C M Y K H S L
Decimal 81 2 132 0.39 0.98 0 0.48 276.46 0.97 0.26
Hex 51 2 84 27 62 0 30 114 61 1A
Octal 121 2 204 47 142 0 60 424 141 32
Binary 1010001 10 10000100 100111 1100010 0 110000 100010100 1100001 11010

Color Harmonies of #510284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510284

Black with #510284

Text Example


Text Example

White with #510284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510284; }

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

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

background-color css

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

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

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

border-color css

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

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

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