#510369

Color #510369 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #510369

Tints of Indigo #510369

Color information

#510369 (or 0x510369) is unknown color: approx Indigo. HEX triplet: 51, 03 and 69. RGB value is (81,3,105). Sum of RGB (Red+Green+Blue) = 81+3+105=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #510369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510369 is #AEFC96. Grayscale: #252525. Windows color (decimal): -11467927 or 6882129. OLE color: 6882129.

HSL color Cylindrical-coordinate representation of color #510369: hue angle of 285.88º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #510369 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB813105-
CMYK0.230.9700.59
HSL285.88º94.44%21.18%-
HSV(B)285.88º97.14%41.18%-
XYZ5.982.8313.6-
YUV37.95165.84158.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.86%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 105 (41.41% from 255) = 55.56%
R=42.86%
G=1.59%
B=55.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8131050.230.9700.59285.8894.4421.18
Hex51369176103B11e5e15
Octal12131512714107343613625
Binary10100011111010011011111000010111011100011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510369; }

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

 H1.HeaderClassName
 {
   color: #510369;
 }
 .AnyTagClassName
 {
   color: #510369;
 }
</style>
background-color css

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

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

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

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

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

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