#650484

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

Shades of Indigo #650484

Tints of Indigo #650484

Color information

#650484 (or 0x650484) is unknown color: approx Indigo. HEX triplet: 65, 04 and 84. RGB value is (101,4,132). Sum of RGB (Red+Green+Blue) = 101+4+132=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #650484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650484 is #9AFB7B. Grayscale: #2F2F2F. Windows color (decimal): -10156924 or 8651877. OLE color: 8651877.

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

Color convert

RGB1014132-
CMYK0.230.9700.48
HSL285.47º94.12%26.67%-
HSV(B)285.47º96.97%51.76%-
XYZ9.584.5222.2-
YUV47.6175.64166.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.62%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 132 (51.95% from 255) = 55.70%
R=42.62%
G=1.69%
B=55.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10141320.230.9700.48285.4794.1226.67
Hex65484176103011d5e1b
Octal14542042714106043513633
Binary1100101100100001001011111000010110000100011101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650484; }

 p { color: rgb(101,4,132); }

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

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

 a { background-color: rgb(101,4,132); }

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

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

 span { border-color: rgb(101,4,132); }

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