Html Css Color HEX #510360 Indigo

📋 copy color: '#510360'

red 81 ◦ green 3 ◦ blue 96

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

Shades of Indigo #510360

Tints of Indigo #510360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.67%

 BLUE value IS 96 (37.89% from 255) = 53.33%

R = 45%
G = 1.67%
B = 53.33%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#510360 (or 0x510360) is known color: Indigo. HEX triplet: 51, 03 and 60. RGB value is (81,3,96). Sum of RGB (Red+Green+Blue) = 81+3+96=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #510360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510360 is #AEFC9F. Grayscale: #242424. Windows color (decimal): -11467936 or 6292305. OLE color: 6292305.

HSL color Cylindrical-coordinate representation of color #510360: hue angle of 290.32º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #510360 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 3 96 -
CMYK 0.16 0.97 0 0.62
HSL 290.32º 0.94% 0.19% -
HSV(B) 290.32º 0.97% 0.38% -
XYZ 5.54 2.66 11.29 -
YUV 36.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 81 3 96 0.16 0.97 0 0.62 290.32 0.94 0.19
Hex 51 3 60 10 61 0 3E 122 5E 13
Octal 121 3 140 20 141 0 76 442 136 23
Binary 1010001 11 1100000 10000 1100001 0 111110 100100010 1011110 10011

Color Harmonies of #510360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510360

Black with #510360

Text Example


Text Example

White with #510360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510360; }

 p { color: rgb(81,3,96); }

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

background-color css

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

 a { background-color: rgb(81,3,96); }

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

border-color css

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

 span { border-color: rgb(81,3,96); }

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