#651293

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

Shades of Indigo #651293

Tints of Indigo #651293

Color information

#651293 (or 0x651293) is unknown color: approx Indigo. HEX triplet: 65, 12 and 93. RGB value is (101,18,147). Sum of RGB (Red+Green+Blue) = 101+18+147=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #651293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651293 is #9AED6C. Grayscale: #393939. Windows color (decimal): -10153325 or 9638501. OLE color: 9638501.

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

Color convert

RGB10118147-
CMYK0.310.8800.42
HSL278.6º78.18%32.35%-
HSV(B)278.6º87.76%57.65%-
XYZ10.855.3128.06-
YUV57.52178.5159.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.97%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 147 (57.81% from 255) = 55.26%
R=37.97%
G=6.77%
B=55.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101181470.310.8800.42278.678.1832.35
Hex6512931F5802A1174e20
Octal145222233713005242711640
Binary1100101100101001001111111101100001010101000101111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651293; }

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

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

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

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

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

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

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

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