#510C67

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

Shades of Indigo #510C67

Tints of Indigo #510C67

Color information

#510C67 (or 0x510C67) is unknown color: approx Indigo. HEX triplet: 51, 0C and 67. RGB value is (81,12,103). Sum of RGB (Red+Green+Blue) = 81+12+103=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #510C67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C67 is #AEF398. Grayscale: #2A2A2A. Windows color (decimal): -11465625 or 6753361. OLE color: 6753361.

HSL color Cylindrical-coordinate representation of color #510C67: hue angle of 285.49º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #510C67 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8112103-
CMYK0.210.8800.60
HSL285.49º79.13%22.55%-
HSV(B)285.49º88.35%40.39%-
XYZ5.972.9913.09-
YUV43161.86155.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 12 (5.08% from 255) = 6.12%
BLUE value IS 103 (40.62% from 255) = 52.55%
R=41.33%
G=6.12%
B=52.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81121030.210.8800.60285.4979.1322.55
Hex51C67155803C11d4f17
Octal121141472513007443511727
Binary1010001110011001111010110110000111100100011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510C67; }

 p { color: rgb(81,12,103); }

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

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

 a { background-color: rgb(81,12,103); }

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

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

 span { border-color: rgb(81,12,103); }

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