#651493

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

Shades of Indigo #651493

Tints of Indigo #651493

Color information

#651493 (or 0x651493) is unknown color: approx Indigo. HEX triplet: 65, 14 and 93. RGB value is (101,20,147). Sum of RGB (Red+Green+Blue) = 101+20+147=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #651493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651493 is #9AEB6C. Grayscale: #3A3A3A. Windows color (decimal): -10152813 or 9639013. OLE color: 9639013.

HSL color Cylindrical-coordinate representation of color #651493: hue angle of 278.27º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #651493 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10120147-
CMYK0.310.8600.42
HSL278.27º76.05%32.75%-
HSV(B)278.27º86.39%57.65%-
XYZ10.885.3728.07-
YUV58.7177.84158.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.69%
GREEN value IS 20 (8.20% from 255) = 7.46%
BLUE value IS 147 (57.81% from 255) = 54.85%
R=37.69%
G=7.46%
B=54.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101201470.310.8600.42278.2776.0532.75
Hex6514931F5602A1164c21
Octal145242233712605242611441
Binary1100101101001001001111111101011001010101000101101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651493; }

 p { color: rgb(101,20,147); }

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

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

 a { background-color: rgb(101,20,147); }

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

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

 span { border-color: rgb(101,20,147); }

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