#650498

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

Shades of Indigo #650498

Tints of Indigo #650498

Color information

#650498 (or 0x650498) is unknown color: approx Indigo. HEX triplet: 65, 04 and 98. RGB value is (101,4,152). Sum of RGB (Red+Green+Blue) = 101+4+152=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #650498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650498 is #9AFB67. Grayscale: #313131. Windows color (decimal): -10156904 or 9962597. OLE color: 9962597.

HSL color Cylindrical-coordinate representation of color #650498: hue angle of 279.32º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #650498 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1014152-
CMYK0.340.9700.40
HSL279.32º94.87%30.59%-
HSV(B)279.32º97.37%59.61%-
XYZ11.085.1230.11-
YUV49.88185.64164.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.30%
GREEN value IS 4 (1.95% from 255) = 1.56%
BLUE value IS 152 (59.77% from 255) = 59.14%
R=39.30%
G=1.56%
B=59.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10141520.340.9700.40279.3294.8730.59
Hex6549822610281175f1f
Octal14542304214105042713737
Binary11001011001001100010001011000010101000100010111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650498; }

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

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

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

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

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

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

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

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